STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN J1939 bit rate

Posted on June 01, 2017 at 11:40Hi St Community,I’m working on CAN J1939 protocol, with two STM32 F103RB - Nucleo64 and two transceivers (MCP2551). I’m looking for decrease the data rate to 250 Kbits/s but I have no idea of how to do that. Shoul...

How does UART error handling work when using DMA?

Posted on June 01, 2017 at 13:45Hi all:I wonder how UART error handling works when using DMA on an STM32F4xx, although I do use STM32F0xx microcontrollers too.If a parity or frame error pops up, what is the best way to handle it? I guess you cannot ...

Diez.R. by Associate II
  • 364 Views
  • 0 replies
  • 0 kudos

Could use some help (just starting out)

Posted on May 30, 2017 at 20:54So, a stm32 Nucleo (little sticker indicates -F411RE) was left on my desk.  I looked at tools and got System Workbench installed.  I figured a first test (of myself, the board, and the tools) would be to modify LED bli...

ART accelarator of STM32H7

Posted on October 26, 2016 at 08:45Hello experts, when compared the block diagrams of STM32F7 and STM32H7, STM32H7 seems to have no ART accelarator. Cannot software access to the internal Flash without any wait cycles? Best regards, Yasuhiko Koumoto...

dqi07234 by Associate II
  • 689 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F2xx DMA->SPI->16 Bit TX Problem

Posted on May 31, 2017 at 15:46I am trying to send a large buffer of samples to an external DAC using SPI to create arbitrary waveforms. I have previously done this successfully for 8-bit data and have tried to adapt my code to work with a 16-bit da...

sm23 by Associate II
  • 455 Views
  • 2 replies
  • 0 kudos

Micro SD Card problem

Posted on May 31, 2017 at 18:31Hello guys,I would like to discuss with you about the problem of uSD card.Normally, it's working well if the application executes from internal Flash, but when it runs on SDRAM, the uSD can not initializes with FR_DISK...

Resolved! Wake stm32l151 up from stop mode by way of USART

Posted on May 31, 2017 at 14:56Hello everyone, I have looked up this issue but I am afraid I have been unable to find a solution. I am trying to wake a stm32l151CCT6 MCU up from stop mode by way of USART1 interrupt. I have the RXNE interrupt enabled...