Hello,
1. Trying to use SmartSnippets Toolbox v5.0.22 to program my DA14585 development kit, able to connect but can't flash or read:
2. How do I configure my development kit basic + toolbox to program an external device (ISM14585)?
Were you able to download your FW into the SPI Flash with this configuration? This are the PINs used for the SPI Flash on the ISM14585-L35-P8.
Yes, clk0 cs7 miso5 mosi6. I've been flashing code onto the ISM14585 using that format.
When you had downloaded the fw into the SRAM you did not have your debugger attached to see where the halt was occuring?
Unfortunately, the MDK license is held on a remote desktop, which I've been using to code and compile, but the physical device is flashed and debugged with me. It is possible as somewhat of a last resort to debug on the remote device, but if there is no way to debug locally then it'll be a even more tedious process.
Will the UART pins display crash logs, or will it only print out our printf's? We'll pull out the 0_4 0_5 pins on the PCB and test out the logging. Are there any software settings we'll need to set to allow it to print out crash logs?
Hi Joe,Thank you for the reply.
joe_electric said:Will the UART pins display crash logs, or will it only print out our printf's? We'll pull out the 0_4 0_5 pins on the PCB and test out the logging. Are there any software settings we'll need to set to allow it to print out crash logs?
Yes, you can configure your project so it prints out the crash logs. Please refer on this thread here: How to store stack info into flash for DA14585 when hard-fault or NMI happens? - Bluetooth Low Energy - Wireless Connectivity - Renesas CommunityIt is explained which modifications you will need to do in order to print out any Hard Fault or NMI exceptions in your project.Kind Regards,OV_Renesas