User Activity

Posted on June 19, 2014 at 21:42Hello, I am interfacing an STM32F407 (on DISCOVERY eval) to several devices using SPI bus.  One of the devices clocks 4 bytes of data out simultaneously as 4 bytes of config data is clocked in (LTC2446 ADC).  I am att...
Posted on May 28, 2014 at 20:20I am using the STM32F4 Discovery board with the Debug Port set to SW for the ST-Link debugger. Development is in stages, so I run STM32CubeMX to set a peripheral, debug the resulting code, then pull in another peripher...
Posted on May 28, 2014 at 20:13I have basic RS-232 Tx/Rx running between the Discovery board and TeraTerm. I am successfully invoking HAL_UART_Receive_IT() in main with a fixed Rx message size. My question is - what is the method for receiving, unb...
Posted on May 22, 2014 at 16:59Our application will use FreeRTOS for the OS. We are using the STM32F4-Discovery eval board in our alpha unit. The development environment is Keil MDK-ARM Professional/ uVision 5.   I need an example to understand how ...