Other Parts Discussed in Thread: AWR1843
I upload the sbl and the firmaware to the flash memory of my AWR1843 device. sbl is base on the automotive demo can-sbl, the firmware is base on the automotive demo mrr.
In the firmware, we set the configuration parameter's start address as 0x100000
#define RADAR_CONFIG_FLASH_OFFSET 0x100000
Then I write some configuration parameters to this address by using mmwDemo_flashWrite.
The issue is that every time after I load a new firmware to the sensor by using sbl (CAN), these configuration parameters are lost while firmware update is succeeded.
I suspect the sbl uploads the data which overwrites the configuration parameters at the address 0x100000, I tried the start address at 0x120000 and 0x130000, but it doesn't work.
Q1: Can you please check what probably causes this issue?
Q2: I could not find which function is used to write the data to the flash memory in can-sbl demo's source code. Can you please tell me which function is used use to write the data to the flash memory in the can-sbl demo?
Thanks