03-03-2022 02:29 AM
When I use bsxlite algorithm library to debug, the interface functions of the algorithm library can be executed. However, after I burn the whole code into flash, when the program executes the interface function of the algorithm library, the code gets stuck and cannot be executed. What is the reason?
bsxlite
03-03-2022 07:19 AM
The program can run normally when it is burned into RAM. In this way, the program needs to be burned in again every time the power is off, while the flash program still exists and can run normally when it is powered on again after the power is off, but the program cannot execute the relevant interface functions of the algorithm library in flash.
03-10-2022 04:08 AM
Hello Nigel_Zhu,
It is recommended that you check the memory mapping file of your compilation environment and link the program to the memory address corresponding to flash.