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

TRACECLK and TRACEDATA alignment

Hello,In ARM CoreSight Components TRM pdf, it is said that internally TRACECLK and TRACEDATA is aligned, but "a delay must be added to the path of TRACECLK between the register and the pad" (DDI0314H 8.9.1). There is also a clear figure (8.18) showin...

mete by Senior II
  • 720 Views
  • 0 replies
  • 0 kudos

Resolved! Win 7 to Win10 and the VCP. Oh and VB6.

Hello ST folks. Recently, "THE MAN" updated us to Win10. Of course this broke a few (dozen) things.Oh yes . I know VB6. Unsupported thin ice. Just like they like it around here. The story is we have a load of small TEST applications wrote with this ...

STM32F404VG USART 9 bit communication

I am working on a system where I send HEX commands through the USART3 of the STM32F407VG to the COM machine with its corresponding PC.The particularity of this communication is that in each sending of frames, the first byte of the frame must be sent ...

Tcubells by Associate II
  • 2739 Views
  • 11 replies
  • 0 kudos

Resolved! Hi all i am trying a simple application for which i am using STM32F205. I want the RED led to glow if i type LED RED ON in terminal( i am using Tera term for same) For serial communication i am using UART.

I am getting no output with the code below Below is my main.c UART.c and UART.h file main.c<int main(void){ /* USER CODE BEGIN 1 */ uint8_t buf []= " List Avialable \n\r"               " 1. LED RED ON \n\r"                 " 2. LED GREEN ON \n\r"; ui...

NSirm.1 by Associate III
  • 576 Views
  • 2 replies
  • 0 kudos

STm32H723 2nd CAN channel not triggering interrupt!

My first CAN channel functions like there is no issues, my 2nd CAN channel will never trigger the Rx INT callback. I have it pointed at RxFifo1 but it also did not work pointing at RxFifo0. When I disabled CAN1, and CAN2 became the only Rx, it work...

STM32H723VET CAN issues

I had working code on a Nucleo G4 board for CAN so I ported it over to the H723VET. I am running the same clock speeds and have it connected identically to the CAN shield i'm using. The issue is that it NEVER SENDS DATA! I've adjusted the CAN para...

FIFO Undderrun issue in STM32H757 Eval board

Hi Guys,Quick question. We are using STM32H757Eval board for an application. We are not using in-built DSI display, instead, we use RGB display of size 1024*768. We are using 32bpp and transmitting RGB via LTDC. As per the datasheet, the maximum perm...

RRaj.1 by Associate II
  • 383 Views
  • 0 replies
  • 0 kudos