The information on the website currently only supports nrf52840.
Can nrf52833 support DFU over USB?
If yes.Which example can be used? Does it use the same DFU USB bootloader?
thanks!
Joey
The information on the website currently only supports nrf52840.
Can nrf52833 support DFU over USB?
If yes.Which example can be used? Does it use the same DFU USB bootloader?
thanks!
Joey
While the nrf52833 can support DFU over USB in therory, there is no example code directly usable in nRF SDK 16.0.0 version - all USB DFU examples are configured for the nrf52840 (larger flash and RAM).
Thus you would need to take one of the examples and modifiy compiler and linker settings to fit this newer SOC.
While the nrf52833 can support DFU over USB in therory, there is no example code directly usable in nRF SDK 16.0.0 version - all USB DFU examples are configured for the nrf52840 (larger flash and RAM).
Thus you would need to take one of the examples and modifiy compiler and linker settings to fit this newer SOC.