STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! RM0477 Reference manual documentation error

Hello STM, I'm working on a project using the STM32H7R3L8H6H MCU with a PSRAM chip connected via HEXASPI to XSPM1. I'm encountering massive issues with the PSRAM initialization, which I described in a different post. I found a discrepancy between the...

Intector_0-1737788347282.png Intector_1-1737788477897.png

Resolved! USBX CDC for the stm32u5 in standalone (no RTOS) problem

Hello,I implemented a virtual com port using the usbx stack for the stm32U575 in standalone mode and it basicaly works.My problem is that I just can't put more than 8 bytes in the TX buffer at the time. If I do the program gets stuck (in the main loo...

ckoec by Associate II
  • 337 Views
  • 2 replies
  • 1 kudos

Resolved! STM32 Peripheral lock (STM32h755)

I am working on an  application where I plan to relocate all non-safety modules to the CM4 core. To achieve full safety, I need a mechanism to lock the peripherals so that the CM4 core cannot access any peripherals configured in the CM7 core, includi...

sarun by Associate III
  • 297 Views
  • 3 replies
  • 1 kudos

assembly code analysis

Can anyone comment on the prologue and epilogue of following CM7 code, particularly the content of r7 when the routine returns? { 0: b480 push {r7} 2: af00 add r7, sp, #0 if ((ANADIG_MISC->MISC_DIFPROG & ANADIG_MISC_MISC_DIFPRO...

Observing a data shift in SPI receiption

Hi Team,I am observing a shift in a data each time i am sending same data from ESP8266 master to STM32f103RCT6 slave controller but each time i am getting different data and seems to be the shifted data as i can see some part of strings sent. I have ...

AADESH by Associate II
  • 349 Views
  • 4 replies
  • 0 kudos

Resolved! writing flash memory failure

Hi everyoneI'm using a STM32F401RCT6 to control a valve actuatorThere is a counter of number of cycles for the actuator (RunTime), and when its value changes, the value of that counter must be stored in the memory for tracking and support.The actuato...