STM32 MCUs Boards and hardware tools

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 CAN bus 2.0B

Hello, I'm working on a project where I need to read the CAN bus messages that are coming from an ECU. I'm using the STM3210E-EVAL that has the STM32f103ZGT6. I'm reading the CAN bus messages with the following function: void HAL_CAN_RxFifo0MsgPendin...

Smdeint by Associate III
  • 931 Views
  • 2 replies
  • 0 kudos

Reference schematic - STM32F103VET6 MCU

Dear team,We are currently in the process of designing a custom board centered around the STM32F103VET6 MCU. Unfortunately, we have been unable to locate a reference schematic that features this specific MCU. We kindly request the following informati...

sivam by Associate II
  • 1026 Views
  • 5 replies
  • 0 kudos

STM32F103C8T6 on UBUNTU 20.0

HiI am trying to get the blue pill detected on Ubuntu desktop , its now detected as LED Display board . Background I have flashed the blue pill on windows 64 but and trying to use the Bluepill on Ubuntu through wine , this board will act as the Softw...

W77 by Associate
  • 822 Views
  • 0 replies
  • 0 kudos

Resolved! STM32 dual channel ADC

I am trying to read ADC from two channels without using DMA. For that I use this code: /* USER CODE BEGIN 0 */uint16_t ADC_VAL[2];void ADC_Select_CH1(void){    ADC_ChannelConfTypeDef sConfig = {0};     sConfig.Channel = ADC_CHANNEL_0;    sConfig.Rank...

MS.23 by Associate II
  • 748 Views
  • 1 replies
  • 1 kudos