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
  • No it won't work - well it'll work if you write your own loader program which receives the data over I2C but there's no built-in support for it nor any example I've seen which does this. There used to be a bootloader over UART example, but I'm not even sure if that's up to date any more as most people want to use bluetooth to upload firmware. 

Reply
  • No it won't work - well it'll work if you write your own loader program which receives the data over I2C but there's no built-in support for it nor any example I've seen which does this. There used to be a bootloader over UART example, but I'm not even sure if that's up to date any more as most people want to use bluetooth to upload firmware. 

Children
Related