STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Sensor Tile Box Pro Pairing

When powering up the ST Sensor Tile Box Pro - the ST BLE Sensor App Classic asks to enter a pairing code.  I just press enter but want to know why it does this and what is the pairing code.  Thank you.

rick2399 by Associate II
  • 808 Views
  • 1 replies
  • 1 kudos

STM32H747-Disco board Schematic diagram

Hi there, we are currently using the STM32H747-Disco board for our AI project, but to that we need to configure some pins and also for testing the board for the LED blink program, we need the Schematic diagram for this board, but when we searched for...

Prathish by Associate
  • 2072 Views
  • 1 replies
  • 2 kudos

SDIO read write speed

Hi!I want to inquire the read write speed maximum by sdio.I want to apply to 8000*4byte per second, is that possible or not?If I use FRAM could I achieve this requirement?Thank youBoard: STM32L496G-DISCO

YLinH.1 by Associate
  • 1457 Views
  • 2 replies
  • 0 kudos

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
  • 1606 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 and Platformio

I have been developing a program for the Nucleo-32 (STM32L412KBU6) board in Visual Studio Code's Platformio, and I have run into an interesting problem. I am able to build my project with no errors and upload it successfully. However, whenever the co...

caden013 by Associate II
  • 2579 Views
  • 3 replies
  • 0 kudos

pwm complementary Mode not getting Invertered output ie HAL_TIMEx_PWMN_Start(&htim1, TIM_CHANNEL_1);

I am using STM32f103 Controller ,In that i am trying to make complementary PWM output by using Timer 1TIM1 with PWM Generation CH1 CH1N ,But only gets the wave from this HAL_TIM_PWM_Start(&htim1, TIM_CHANNEL_1); function not getting other inverted si...