This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I use the I2C to load a program for the nrf52832?

I want to put the BLE program to the firmware of another STM chip and load the program via the I2C to the nrf52832. Will it work? If yes, is there any tutorial or example that I can read?

Thanks in advance. 

Parents Reply
  • well you  can do that - it won't be easy - you'll need to speak SWD protocol to the chip. If you really are going to go that way I'd suggest starting with the freely available CMSIS-DAP implementation of the SWD protocol, just rip out the USB front end and take the actual driver portion. You're going to have to understand a lot about SWD to make this work. 

Children
Related