User Activity

Posted on February 22, 2016 at 16:25I have two UARTs configured as follows (code generated by CubeMX).UART_HandleTypeDef huart2;UART_HandleTypeDef huart4;// Pins (Rx/Tx): PA3 / PA2 - Asynchronous (UART)void MX_USART2_UART_Init(void){ huart2.Instance...
Posted on October 08, 2015 at 15:52I've recently purchased the STMF4 Discovery Board and am looking to write an application making use of the on board LIS3DSH accelerometer. However, the examples provided (and pointed to by the documentation) all ma...
Posted on May 29, 2015 at 15:33I am trying to interface a pair of XBees with a pair of STM324x9I-EVAL boards to open up a wireless communication link. I'm considering using the microUSB breakout board to interface with the dev. board but am unsure w...