STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to deactive XIP in QSPI

Hi, ST example show how to active XIP to read after erase/write data to QSPI. We are success with those step.And, in case we want to change data, we need to deactive XIP. I set command back to Write Directly mode but look like after XIP is enable the...

Dat Tran by Senior II
  • 831 Views
  • 5 replies
  • 0 kudos

STM32H7 Dual core - power consumption M4 vs M7

Hello,While I was looking for a new MCU, I came across STM32H7 dual core mcus, with M4 and M7.I directly thought that it could be versatile for many usage, M7 for high performance, M4 to mix performances/ and power consumption (and from what I unders...

Rverf.1 by Associate II
  • 2625 Views
  • 5 replies
  • 0 kudos

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
  • 1062 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
  • 808 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 Principal
  • 455 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
  • 683 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...