User Activity

Posted on September 02, 2016 at 15:29 Hi everyone, I have a question about an hard fault generated by a line of code. I'm working with a STM32F401RE and Atollic True Studio The line is : sprintf (str, ''PAIR %s\r'' ,BT_deviceTAB[0].BDADDR); ...
Posted on June 20, 2016 at 11:24 Hi everyone, I'm trying to use I2S2 of a STM32F405RG custom board in full duplex. I generate my code with CubeMx: This is my I2S and DMA initialization : static void MX_I2S2_Ini...
Posted on May 02, 2016 at 11:11Hi everyone, I would like to include in my project  FreeRTOS a uart queue. I have already  done this with the StdPeriph lib but I'm facing difficulties to migrate from StdPriph to HAL. My previous project was build l...