Hi Everyone
*ITS VERY URGENT ISSUE*.
I am using nrf52840 PDK with segger embedded IDE.
I was trying to use the QSPI module to write data to the external flash memory.
But I am not able to initialize the QSPI module.
It throws error "NRF_TIMEOUT_ERROR" after the init function is called.
What is the reason for this problem and how can it be solved.
Following are the linker section placement macros :
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x100000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x40000
FLASH_START=0x26000(My code is running BLE alongwith FREERTOS)
FLASH_SIZE=0x100000
RAM_START=0x20002A98
RAM_SIZE=0x3D568
If any other information is required , please revert back.
Thanks!