STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Unable to transmit CAN signal on Bluepill.

I am transmitting a CAN signal using bluepill but there is no signal on the CAN Bus. I added two counters which will check whether transmission was successful with the following code.if(HAL_CAN_AddTxMessage(&hcan, &TxHeader, TxData, &TxMailbox) == HA...

Gladson by Associate III
  • 1235 Views
  • 4 replies
  • 3 kudos

HRTIMER Windowing

I'm using the HRTIMER_F on an STM32G474 running both TF1 and TF2 (half mode with deadtime insertion)I'm trying to setup a window where a capture from an external event can occur (COMP3_OUT). The interrupt from the capture is triggered regardless of t...

LPUART1 with DMA - STM32U575RG / NEO-M8N

Hello, I am using the STM32U575RG microcontroller, and I am developing a board with a NEO-M8N model GPS, and I am using LPUART1. However, I am wanting to implement it with DMA. Could someone help me explain how to configure the microcontroller with D...

inouee by Associate II
  • 556 Views
  • 1 replies
  • 0 kudos

STM32F745ZG ethernet high payload transmission problem

Hi,I have been trying to implement a TCP server on a STM32F745ZG MCU using lwip library and ST example codes, however while I am trying to send data packets with payload bigger than 1460 bytes, my server wont be able to replay the client packet and t...

Screenshot 2024-05-23 112650.png
amirshn by Associate III
  • 1972 Views
  • 9 replies
  • 3 kudos

STM32H573I-DK_aws_ri_tz certificate

I'm working with the stm32h573i-dk kit and I need a connection to AWS. I performed the step-by-step procedure as described in the webinar https://content.st.com/stm32h5-connects-smart-things-in-a-secure-way.html, however, I got stuck at the end, wher...

ffjunq_2-1712689414514.png
ffjunq by Associate III
  • 960 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F303VC clock setup with crystal on OSC_IN

We have custom HW with an STM32F303VC processor.There is a 12 MHz crystal with an 18pF in parallel wired to OSC_IN and OSC_OUT.The power budget is basically unlimited so we would like to run the device as fast as possible with this configuration.Peri...

jlag_0-1716560475207.png jlag_2-1716560572625.png
jlag by Associate III
  • 753 Views
  • 1 replies
  • 1 kudos

STM32F4 Timer Counter Never Starts Counting

Hi, I am attempting to enable TIM1 to act as my program's tick timebase as SysTick is being utilized by the FreeRTOS kernel to generate PendSV interrupts. I configured this in CubeMX (Timebase set to TIM1) but I cannot get TIM1 to start ticking. Atta...

notTicking.png
Elliott99 by Associate II
  • 1055 Views
  • 4 replies
  • 0 kudos