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 Children
  • That  would be easier and quicker if you load your firmware onto the nRF chip from a 3rd device like a phone, you can't use the STM chip for that because it doesn't talk bluetooth. 

    Perhaps it's  better at this point if you explain what it is you're actually trying to do, why you have a Nordic chip and an STM chip and how they are supposed to interact. 

  • I want to use the nrf52832 to collect the nearby Bluetooth devices information and sent them to an STM chip via the I2C for the later processing. So, at the beginning, I wonder whether it is possible to use the I2C to update the firmware of the nrf52832, too. Yes, I 'll use a 3rd device with Bluetooth to load the firmware into the nrf52832.  

Related