STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 and FLASH registers

I have a question regarding STM32L0. I am interested in which address the registers like FLASH_ACR, FLASH_PECR, etc., are located. In the datasheet, I only see their offsets, but not the absolute value is it maybe 0x1FF8 0000?.Also I would also like ...

JR2963 by Senior II
  • 1627 Views
  • 3 replies
  • 1 kudos

UART communication

Hello everyone, I am trying to make a UART Communication between STM32 NUCLEO-L476RG and ESP32 S3. The STM must send data to ESP and the ESP must print it on Serial Monitor of Arduino IDE. However, this doesn't happen, even though I have double check...

Problem with OpenAmp_ping pong

Dear Support team, I am using this STM32H755 as a motor control application. I have developed motor control algorithm on M4 and the communication with Master through SPI using M7.I need to exchange data between M4 and M7 continuously. I tried with Op...

STM32H7 Prevent MPU re-configuration

Hello all,I wish to setup the MPU early in my firmware, then prevent changes to the MPU registers until next power-cycle/reboot.Is this possible without having the root secure services? The MCU im using is the STM32H7A3. Thanks in advance.

mwp by Senior
  • 1823 Views
  • 8 replies
  • 1 kudos

stm32f779i -EVAL IAP

Hello experts,I am using stm32f779I - EVAL evaluation kit, am trying to implement LWIP IAP on this board for that I have used example code from the repository C:\Users\Aravind\STM32Cube\Repository\STM32Cube_FW_F7_V1.17.0\Projects\STM32F769I_EVAL\Appl...

Aravind1 by Associate II
  • 699 Views
  • 2 replies
  • 0 kudos

UVC+CDC USB Composite device on STM32F411

Posted on August 01, 2016 at 16:02 Overall objective: Using https://github.com/groupgets/purethermal1-firmware as a base, add a USB serial port interface (which would replace the DEBUG functionality it has currently). I have read thro...