This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NRF52833 RTOS PROJECT

Hello All,

                I am using NRF52833 in my project. I am also using RTOS in the code. I was previously working on NRF52840 but now I have migrated to NRF52833. I have changed all the required settings but still I am getting error in ble_stack_init function. I guess it is due to some wrong configuration of memory areas. My current memory configuration is as follows:- \

Memory segments - FLASH RX 0x0 0x80000;RAM1 RWX 0x20000000 0x20000

Section Placement Macro - 

FLASH_PH_START=0x0

FLASH_PH_SIZE=0x80000

RAM_PH_START=0x20000000

RAM_PH_SIZE=0x20000

FLASH_START=0x27000

FLASH_SIZE=0x59000

RAM_START=0x20003278

RAM_SIZE=0x1cd88

Related