Hi,
I'm wonder is the speed of i2c on nrf52832 can be faster then 400kbps? even use EasyDMA, the speed still can't faster then 400kbps? I also look into the max speed of the SPI, it is 8Mbps(1048576 bytes/second), but still not enough.
thanks!
Hi,
I'm wonder is the speed of i2c on nrf52832 can be faster then 400kbps? even use EasyDMA, the speed still can't faster then 400kbps? I also look into the max speed of the SPI, it is 8Mbps(1048576 bytes/second), but still not enough.
thanks!
What hardware is on the other end of the bus?
I2C requires much more complex fast mode plus tranceivers for >400kHz - I've seen these mostly on NXP chips. Basically the pullup resistors cannot pull the bus fast enough from 0 to 1.
Faster SPI is available on the NRF52840 - but be sure to check the errata.
Hi Turbo,
Thanks for you quick reply! The other end of the bus is MCP4725, every voltage output need 3 bytes, so in the max speed(400 kbps), only can change the voltage of the DAC about 17066 times/second. I want to post voltage change call 9 times/us
I'm new to embedded development, no idea which way can post a high speed DAC output, e.g 9 times/us, thanks!
I'm new to embedded development, no idea which way can post a high speed DAC output, e.g 9 times/us, thanks!