User Activity

Posted on August 27, 2017 at 00:02Hello Forum,I have a function that I call to read data from Uart4. As there are a number of critical times that I need Uart4 interrupt disabled, I enable the interrupt on entry to the function and disable it after p...
Posted on May 15, 2017 at 10:40Hi Forum,I'm using the stm32f091RCt6, (LQFP64) to set up USART4Kind RegardsBob  USART_InitTypeDef USART_InitStructure;  GPIO_InitTypeDef GPIO_InitStructure;  NVIC_InitTypeDef NVIC_InitStructure;  // Enable GPIOC clock ...
Posted on May 09, 2017 at 11:14Hello Forum,I'm using usart3 of an stm32f090 to establish RS485 comms (not using DMA) in half duplex mode. DE is controlled using a GPIO pin. To transmit I drive this GPIO pin high for the complete duration of the TX a...
Posted on April 18, 2017 at 23:07Hi Forum,I'm using the stm32f091, but when I enable the USART3 interrupt, the system hard faults. I already use USARTS1 and 2 without any problem. Not sure what else is required, so I'd be grateful for some assistanc...
Posted on November 16, 2016 at 10:07Hi Forum,I'm looking to implement USART3 on the stm32091, but get the following error  error:  #20: identifier ''USART3_4_IRQn'' is undefined. when I compile at the following line. NVIC_InitStructure.NVIC_IRQChann...