project freezes with nrf52840 depending the revision

Hi,

My project (under embedded studio )works if running on a chip with the register FICR INFO.VARIANT = 0x41414330 

but freeze on a chip with the register FICR INFO.VARIANT = 0x41414430  

it freezes on nrf_sdh_enable_request()

I give some lines of the .emProject:

debug_additional_load_file="../nrf_sdk_current/components/softdevice/s140/hex/s140_nrf52_7.2.0_softdevice.hex"

linker_section_placement_macros="FLASH_PH_START=0x0;FLASH_PH_SIZE=0x100000;RAM_PH_START=0x20000000;RAM_PH_SIZE=0x40000;FLASH_START=0x27000;FLASH_SIZE=0xd9000;RAM_START=0x20002d00;RAM_SIZE=0x3d3f0"
linker_section_placements_segments="FLASH RX 0x0 0x100000;RAM1 RWX 0x20000000 0x40000"

the sdk version is 17.0.2

I think it is due to the revision number, but realy , I don't know, i am lost ,,,,

What I am missing ?

I

Related