STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN AND UART STM32F446RE

    HAL_UART_Transmit(&huart2, (uint8_t *)"UART OK\r\n", 9, HAL_MAX_DELAY); filter_config(); if (HAL_CAN_ActivateNotification(&hcan1, CAN_IT_RX_FIFO0_MSG_PENDING | CAN_IT_BUSOFF) != HAL_OK) { HAL_UART_Transmit(&huart2, (uint8_t *)"CAN Notificatio...

Yakry by Associate II
  • 428 Views
  • 6 replies
  • 3 kudos

STM32H7S3L8 LL DMA USART TX transfer

Hi,I want to setup USART3 TX transfers using GPDMA, however, without success.For such purpose I also followed this article: https://community.st.com/t5/stm32-mcus/how-to-configure-the-gpdma/ta-p/49412STM32CubeMX setup is:USART TX DMA ChanThe code for...

simozz_0-1739974981911.png
simo zz by Senior
  • 178 Views
  • 1 replies
  • 0 kudos

Resolved! HRTIM PWM transients greater than a period

Hello everyone,I am generating PWM signals using the HRTIM module. Specifically, I am using Timer D to generate a PWM signal along with its complementary signal. This signal is always in phase with the master counter, setting at the timer period and ...

PMoreno_0-1739655960572.png PMoreno_2-1739657115673.png PMoreno_0-1739658025454.png
PMoreno by Associate II
  • 460 Views
  • 7 replies
  • 2 kudos

Queues & Nodes

Hello,    Does someone have information, project, whatever that can help me understand how do the Queues and Nodes work and interact with each other?    My STM32 has two ADCs, ADC1 & ADC4, and i want to trigger both of them to read values comming fro...

Marc3 by Associate III
  • 138 Views
  • 0 replies
  • 0 kudos

HAL_PWR_DisableWakeUpPin API not working as expected

Hi, I am working on STM32WB55RG MCU and I wanted to enable one pin for Wakeup from Shutdown mode. That works fine. But, when another EXTI pin is initialized, I am not able to disable it. The MCU wakes up when this pin (connector) state is changed, ev...

NRedd2_0-1740406344371.png
NRedd.2 by Associate III
  • 191 Views
  • 4 replies
  • 0 kudos

Custom Board USB HS STM32H7S3

Hello,I am designing a system to interface an ADC via SPI and send data through the USB (VCP) to a PC.I tested the flow using NUCLEO-H7S3L8, and everything was working fine so i moved to the design of a PCB.When uploading the same code i used on the ...

USB Schematic.jpg MCU schematic.jpg
andr3 by Associate II
  • 281 Views
  • 3 replies
  • 0 kudos

Resolved! CAN Bus Error Handling and Classification

Hi all, I am currently using the STM32F0 MCU. I would like to understand how errors are handled when the CAN bus triggers errors. Specifically, how is the error handling process for each error category implemented? Additionally, how can the system re...

1123 by Associate II
  • 318 Views
  • 6 replies
  • 5 kudos

Suggestions for MCU Choice

Hi :waving_hand:,  I am designing a midi controller. I want test out using an STM30 MCU, I was wondering if anyone could suggest dev board/ processor? I don't want or need wireless communication (wifi and Bluetooth)I want to run a lot of linier poten...

2fourK by Associate
  • 207 Views
  • 3 replies
  • 0 kudos