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.
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.
It sounds like having lots of work to do but my time is tight. You mentioned the Bluetooth method at the early reply, would it be easier and quicker?
Thank you.
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.