STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Does the STM32F411CE support CANbus?

I don't find any information about what pins to use for CAN, so I'm guessing it doesn't, but I'd like to be sure. I have a "blackpill v3" board.If not, what is a commonly used CAN controller IC?

NateS by Associate III
  • 2024 Views
  • 1 replies
  • 0 kudos

UART RX Busy Flag Constantly Set

I had a project I was using on the L053 Discovery Board (STM32L053C8T6 micro) that was receiving some data from the UART that was working fine. Built my own board using a different L0 part (STM32L010F4P6). When I try to run this same project, the UAR...

nobbyv77 by Associate II
  • 1866 Views
  • 3 replies
  • 0 kudos

IAP with UART

Hello everyone,Here i am trying to implement IAP using UART in stm32 and successfully implemented also but using YMODEM but i want to use only UART without Ymodem protocol can anyone help to create a function or file to receive .bin file from UART an...

Pkush.1 by Associate
  • 840 Views
  • 3 replies
  • 0 kudos

STM32F103 and I2C TX using DMA, byte array issue

Hello, i have the following setup code for i2c and DMA, where i use i2c1 to send some buffer data to a display. DMA_DeInit(DMA1_Channel6); DMA_InitStructure.DMA_BufferSize = DMA_I2C_BUFFER_SIZE;//BufferSize; DMA_InitStructure.DMA...

0693W00000bhQkdQAE.png
Bogdan by Senior
  • 1177 Views
  • 3 replies
  • 0 kudos