Good morning Mrs
I have a bluetooth module SKB501 which integrate a NRF52840 chip. In that NRF52840, i want to test a code (ble_app_uart) include in the "nRF5_SDK_15.3.0_59ac345.zip" pack dowloaded from your site. I use keil µvision for the code and a Nordic NRF53832 evaluation kit. I use the "debug_out" jtag to program external chip.
I proced by taking the example code ( examples -> ble_peripheral -> ble_app_uart in the "nRF5_SDK_15.3.0_59ac345.zip" pack ) which refer to a NRF52832_xxAA chip, i changed the device reference to the NRF52840_xxAA chip and the compilation give an error refered to "NRF_CCM->MAXPACKETSIZE = 0xFBul;"
Because i just wanted to test if the programmation of the NRF52840 integreted in bluetooth module SKB501 done, i commented that line to pass the error. So when i try to program the module (NRF52840_xxAA chip), i have the message " error : Flash Download failed - "Cortex-M4" ".
Please i would like to know what wrong .