STM32 Usart Rx Dma ORE error
Posted on January 25, 2018 at 17:31Deleted
Posted on January 25, 2018 at 17:31Deleted
Posted on January 30, 2018 at 10:25Hello everyone, to begin with i have little experience in ARM embedded world besides Arduino and ESP32 boards. Recently i stepped into STM32 Nucleo programming. My tools is STM32CubeMX and KEIL IDE. Since this poin...
Posted on January 30, 2018 at 11:35Hello.I have question. How to restart DMA?I have this init function:&sharpdefine DMA_RX_BUFF_SIZE 64 uint8_t dma_rx_buff[DMA_RX_BUFF_SIZE];void MX_UART5_Init(void){ /* Enable CLOCK for GPIO */ LL...
Posted on January 30, 2018 at 16:00Trouble getting capture compare ( no output ) interrupt to function correctly.First.. I'm using HAL, with the free Keil MDK. Maybe this is the problem, so first question:Is there any simple Keil examples that like ...
Posted on January 30, 2018 at 18:00I am attempting to use CDC Host libraries but am having trouble. I have not been able to find an example in Cube.My setup Host STMM3240G_EVALUsing OTG FS PortUsing FreeRTOSUsing CDC Host LibrariesDevice STM3...
Posted on January 30, 2018 at 17:54Hi, we are sleeping the STM32F072xB using PWR_EnterSTOPMode() and waking on various GPIO for button press, etc. Is it possible to wake on a USB message? Is there an app note or example on this? Does anybody know...
Posted on January 30, 2018 at 17:48Hi, we sleep the STM32F072xB using PWR_EnterSTOPMode() and currently wake from some GPIO like button press. We do have a USB connection up and I'm wondering if the other side could wake us with a USB message. Is ...
Posted on January 30, 2018 at 16:13I just ordered and received REV C of this board, all of the files online seem to indicate they apply to REV B of the board, is anyone aware of the changes or has access to the appropriate files? #stm32f429i-disc1
Posted on January 30, 2018 at 17:12 Hello, I am trying to setting up a template project to work with the SPI and DMA triggered by a timer using the STM32F746ZG. The configuration I need to program is the one in the attached image. Need to t...
Posted on January 17, 2018 at 12:14I am trying to create a project which uses a display. I have created a project on stm32cube with LTDC and DMA2D enabled. I can store bitmaps in the flash then display them using the LTDC functions. I have got an ex...