STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32H723 Flash Erasing before writing

Hi STM Community, I want to ask if I have to Erase Flash memory sector  (HAL_FLASHEx_Erase) before I write into flash memory (HAL_FLASH_Program)?I tried it and nothing happend. I want to be sure, that is not an accident.

adakPal by Associate II
  • 498 Views
  • 2 replies
  • 2 kudos

Using Rx DMA with buffer inside memory mapped OCTOSPI?

I've successfully configured a 64Mbit PSRAM with the OCTOSPI peripheral of my STM32H7B0 microcontroller in Quad and memory-mapped mode, although according to another thread and the erratas of the OCTOSPI peripheral, I understand that you should only ...

incremen.png
IJoe.1 by Associate II
  • 586 Views
  • 1 replies
  • 0 kudos

LAN8742 and USB virtual com port won't coexist?

STM32H735 using the RMII interface to the LAN8742 PHY chip. Right out of the eval board schematic, and it seems to work. USB also implemented in the usual way....and it works, until we turn on the LAN support in X-CUBE-AZRTOS-H7. Then the middleware ...

MForb1_0-1729115428515.png MForb1_1-1729116233586.png MForb1_2-1729122729213.png MForb1_3-1729122879230.png
MForb.1 by Associate II
  • 443 Views
  • 2 replies
  • 1 kudos

Resolved! STM32G491RCT6 Write protection Option bytes missing

Hello I am using an STM32G491RcT6 processor, when I connect it with ST-link to CubeProgrammer the Write Protection section of the option bytes does not appear, if I connect an STM32G491ReT6 processor it does, Document RM0440 does not seem to me to re...

Resolved! Starting CAN Bus on STM32F302K8

Hi,I am working on STM32F302K8 and would like to use it's CAN Bus to communicate between devices both as master and slave It is my first time using STM32CubeIDE and the HAL library and implementing CAN Bus on my work. I did use some samples scattered...

Rey by Associate II
  • 922 Views
  • 5 replies
  • 2 kudos

Resolved! STM32H755 Difference between M4 and M7

MPU:STM32H755XI6Connection with PC:USART1RTOS:ZephyrIn order to install Zephyr into STM32H755XIH6, if you build and burn images for M4 and M7, the M4 side will start but the M7 side will not.The content is LED flashing of PG10 (A9pin). Are there any ...

TDP_0000 by Associate II
  • 468 Views
  • 2 replies
  • 1 kudos

STM32L011 USART2 and DMA (Continued)

Previous post: https://community.st.com/t5/stm32-mcus-embedded-software/dma-on-stm32l011f4/td-p/742092   I am working with code on the STM32L011 that uses DMA to read data from USART2.  I received excellent help on this forum before and I'm hoping fo...