Hi,
I'm trying to program the DA14580 via UART with a MSP432P401A. I have connected DA14580 UART2(P0.0 and P0.1) pins to UART pins of MSP.
I would like to flash the keil project sps_device. How can I flash to PAN1740?.
Is it possible with keil5?. Should I change the pin numbers?. Or is it possible with smartsnippetstudio?. Thank you.
Device:
Hi Gandhi,
You can burn the System-RAM with the usage of Keil IDE through SWD interface by pressing the start/stop debug button. You should not change any pin numbers. With the SmartSnippets toolbox, you can burn the SPI Flash/OTP, either through JTAG or through UART.
Thanks, PM_Dialog
Hi PM_Dialog,
Thank you for your reply. This means that I can not burn the System-RAM using UART. Thank you.