Other Parts Discussed in Thread: UNIFLASH
Tool/software:
Question: How to ensure that the car node project of SDK 9.10.00.83 runs normally as an Overwrite mode APP when both SSB and APP exist?
Issue description: In order to realize the Car node CAN OTA function, we configure the Car node to Overwrite App mode. The Bootloader project can run independently as SSB, and the car_node project can also run independently as APP. However, when SSB and APP are loaded to the development board at the same time, SSB and APP can switch between each other, but APP cannot run normally. When using the basic_ble_oad_image project as APP, SSB and APP can run normally at the same time. The security configuration of the two APP projects is consistent. Can you help us check why the car node App cannot run normally when SSB exists?
Load image:
App v2.0 jumps to SSB; SSB jumps to App v3.0;
App v3.0 only prints one log and does not print the loop test logs.
Security Configuration:
The added log printing code is as follows:
Expected Result:”Car node Ble app test log.” Print once every 2 seconds in a loop.
Actual Result: After jumping to App V3.0, the test log did not achieve the 2-second loop printing.
Could you please check why it is different from the expected result?
Best regards
Preston