Posted on February 09, 2017 at 16:32
Hello,
I am using STM32F769I-DISCO board and CubeMX-generated project (v4.19) for this specific board.
I am having troubles to makeminimal working firmware that can just respond to ping sent from my PC. ...
Hi,I am trying to better understand the meaning of configuration registers in VL53l1x to mitigate some problems. Do you know if there is any reference manual for VL53l1x that has some more detailed information? Resources available on ST site seem to ...
Posted on February 14, 2017 at 11:33I'm using polling mode with DMA and have no performance issues. Application is very simple and just passes data from one interface to another. I thought that polling mode is the simplest mode and should work out o...
Posted on February 13, 2017 at 20:05Thank you for your response. I used to run RX polling mode on STM32F4 without any problems, so I expected that moving to STM32F7 will be straightforward.