STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

X-CUBE-OPUS

HiI need to import X-CUBE-OPUS on STM32CubeIde. I have tried to use the embedded software manager in STM32CubeIde but it did not work. My goal is to create a project from scratch and after add these middlewares. What is the correct procedure to do it...

Danielemazza_0-1713336085793.png

Resolved! Issues with X-CUBE-EEPROM

Hey everyone, I have a problem in understanding the X-CUBE-EEPROM when using it with the STM32G0B1xx. 1. What is meant by kcycles? Does it mean 1000 cycles? The documentation (https://www.st.com/resource/en/application_note/an4894-how-to-use-eeprom-e...

derLalla by Associate
  • 1908 Views
  • 3 replies
  • 4 kudos

USB CDC HOST (VCP) problme

I found an error using stm32f429 USB CDC HOST function.Both USB HOST/DEVICE are using stm32f429.I found that when I send data from HOST, sometimes the DEVICE doesn't receive the data.(DEVICE was confirmed to operate normally between usb device and Wi...

hyuk.1 by Associate II
  • 559 Views
  • 2 replies
  • 0 kudos

Regarding NAND Programming with HAL Library

Hello Community we are using MT29F256G08AUCAB NAND Flash Memory in Our Custom Board and that we Connected with FMC Signal.Also am using HAL NAND Library to Program NAND Flash but there are Several doubts what HCLK Represent and What Value we have to ...

AGond.2 by Associate III
  • 984 Views
  • 2 replies
  • 1 kudos

Erase Flash Memory with FreeRTOS

Hi everyone,I've been having a problem for several days now. The erasing of Flash memory by sector (or Bank). I'm working on an STM32F439VIT6 and when I use my function in initialisation, before using queues or other things, my function works as I wa...

Questions about CMSIS v2 Queue

Hi Community,I am using UART + CMSIS v2 + osMessageQueue to pass messages in the main and Model, but when I set a break point in callback function, the debugger does not jump to execution. As described in this post, this prevents me from viewing the ...