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! 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
  • 3128 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
  • 656 Views
  • 2 replies
  • 0 kudos

Resolved! Stm32F746G-DISCO

HiTutorial 3 with a clock.How to improve accuracy?best regardsAndrzej

AD�?b by Senior
  • 1124 Views
  • 6 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
  • 449 Views
  • 0 replies
  • 0 kudos

How to trigger CAN Callback (STM32L452) ?

I'm currently trying to get a message from another can device and I can't figure out why my callback isn't triggering.I can transmit a message without any problem however I can't receive any. I am using vector CANalyzer to check my bus.I was trying t...

BZERR.1 by Associate
  • 1767 Views
  • 1 replies
  • 0 kudos