User Activity

Hi,I use Linux as a development environment for STM32F429. I've created several Makefile files for my project and I'm able to compile it. Now I'd like to flash project's output binary file to STM32F429. I know that it is possible to mount STM32F429 ...
I'd like to ask how the STM32F429 recognizes data reception in case of SPI while there is no any start bit? I know that there is RXNE bit in SPI_SR status register, but how SPI knows where is the first bit of the transmitted byte? Is it somehow sync...
I'm using STM32F429 and trying to use HAL library to communicate to SPI slave via DMA channel. I'd like to ask how is resolved problem with for example sending data to SPI via DMA? Is there any kind of synchronization between SPI and DMA to disallow...
I've got NUCLEO-F429ZI board and I'm trying to write simple communication via SPI. I've generated code from CubeMX for SPI1, compiled it under Atollic TrueStudio and run. Unfortunately I cannot get SPI working. I mean I have no clock signal on SCK P...
I created some simple project in CubeMX for testing timer6 functionality. I configured PSC (prescaler) and ARR (automatic reload) registers. For now the interrupt handler is running correctly (it is running at calculated period), however I needed to ...