User Activity

Posted on April 10, 2015 at 12:25I'm using a stm32f429 running at 144MHz and I wanted to implement a periodic two-channel adc conversion. I need to make the conversions on a 1us period and I'm considering in using a dma adc conversion. I know how to...
Posted on March 12, 2015 at 13:15I'm using a ST32F429IG in a project in which I implement a mass storage in an external serial flash memory chip. The data transmission is made via the HAL_SPI_TransmitReceive() funtion, so no interrupt or dma transfe...