add section in external memory

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

I have 2 versions of my code:

Version 1 : wiced 3.7 with 8 section in external memory

               DCT_IMAGE_ENTRY_COUNT                        := 0

               FILESYSTEM_IMAGE_ENTRY_COUNT         := 1

               WIFI_FIRMWARE_ENTRY_COUNT                := 2

               FR_APP_ENTRY_COUNT                               := 3

               OTA_APP_ENTRY_COUNT                             := 4

               APP0_ENTRY_COUNT                                    := 5

               APP1_ENTRY_COUNT                                    := 6

               APP2_ENTRY_COUNT                                    := 7

Version 2 : wiced 5.1 with 9 section in external memory

               DCT_IMAGE_ENTRY_COUNT                        := 0

               FILESYSTEM_IMAGE_ENTRY_COUNT         := 1

               FR_WIFI_FIRMWARE_ENTRY_COUNT         := 2

               FR_APP_ENTRY_COUNT                               := 3

               OTA_APP_ENTRY_COUNT                             := 4

               APP0_ENTRY_COUNT                                    := 5

               APP1_ENTRY_COUNT                                    := 6

               APP2_ENTRY_COUNT                                    := 7

               WIFI_FIRMWARE_ENTRY_COUNT                := 8

in version 2

     FR_APP is the version 1 application

     FR_WIFI_FIRMWARE is the version 1 wifi firmware

The version 2 works perfectly  but when I make the factory reset  the version 1 start but reboot each time when FreeRTOS start.

any idea ?

0 Likes
1 Reply
Anonymous
Not applicable

Can I know more details on the issue? From my understanding you are using FreeRTOS in old SDK and it is getting reboot. But I don't know the actual reason unless we recreate it. Please let me know the steps.

0 Likes