Hello, i'm trying to flash a code in my module nrf52805 thx to my Dk nrf52840. i have this error I followed the instructions here: https://devzone.nordicsemi.com/guides/short-range-guides/b/getting-started/posts/developing-for-the-nrf52805-with-nrf5-sdk
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x30000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x6000
FLASH_START=0x15000
FLASH_SIZE=0x15000
RAM_START=0x20000000
RAM_SIZE=0x6000
How can I solve this?
Thank you in advance