I am trying to load my own code that was developed on a STM32F401 nucleo with Keil into the Pico. I tried through DfuSe and it seems to load with no errors but the program doesn't seem to be running since the led is not blinking like I set up.
My question is how do I go about wiping out the Espruino code to load my own?
I ruined my ability to use SWD since one of the pads pulled off. Not happy about that. usart1 PA9 isn't available to load through serial so it seems DFU is the only option. I tried with the web IDE and advanced firmware option and the red led stayed lit and that was it.
I have read through the forums some but found nothing related.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I am trying to load my own code that was developed on a STM32F401 nucleo with Keil into the Pico. I tried through DfuSe and it seems to load with no errors but the program doesn't seem to be running since the led is not blinking like I set up.
My question is how do I go about wiping out the Espruino code to load my own?
I ruined my ability to use SWD since one of the pads pulled off. Not happy about that. usart1 PA9 isn't available to load through serial so it seems DFU is the only option. I tried with the web IDE and advanced firmware option and the red led stayed lit and that was it.
I have read through the forums some but found nothing related.
Any help is appreciated.