STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Address calculation using sizeof() operator

I am a little bit confusing with Address calculation using sizeof() operator.I am writing a program for DMA transfer half a buffer in a time.Such as,---------   1st:      HAL_SPI_Transmit_DMA(&hspi1, ptr1, buf_len/2) ;   2nd:     HAL_SPI_Transmit_DMA...

KAJIK.1 by Associate III
  • 881 Views
  • 4 replies
  • 0 kudos

Resolved! HRTIM availabilityin STM32G4

Hello all, regarding Application note AN4539 all MCU's of STM32G4 shall support HRTIM peripheral, reference manual also describe HRTIM functionalities for all STM32G4, but on some pages and datasheet it is no information about HRTIM support. Which in...

0690X00000BuetvQAB.png

Downloading the code in target board giving error

Hi,I am using STM32L476G-DISCOVERY board. As i am beginner so i have created a project for simple hello world program .When i am trying to download a build into target it is showing the following error- "Launching Test_helloworld' has encountered a...

SMISH.2 by Associate II
  • 690 Views
  • 2 replies
  • 0 kudos

STM32G4 CANopen support

Not a question, but forwarding some information.The CiA group (An In Automation) announced expanded driver support for the G4.For anyone interested, here the link:https://can-newsletter.org/software/protocol-stacks/200417_expanded-canopen-driver-supp...

Ozone by Lead II
  • 398 Views
  • 0 replies
  • 0 kudos

Nucleo F401RE Virtual USART Crashing

I currently have a project using micropython on the Nucleo F401RE. When connected to the virtual USART over usb, it seems to crash every 15min or so. I've tried connecting directly to PA2 and PA3 (while doing all the other setup to enable it) and it ...

ANels.1 by Associate II
  • 587 Views
  • 4 replies
  • 0 kudos

Resolved! Ye Olde STM32F4 USART baud rate

I'm having the same trouble as many on here in that I can't persuade USART1 of my STM32F4 to come out with the correct baud rate. My transmitted data appears as garbage when received at 115,200 and if I attach a Saleae logic probe to the Tx pin it me...