STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2276 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
  • 704 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
  • 1301 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 ...

Resolved! Touch screen driver how to implement?

Hi, i have a custom board with a STM32 and a Touchscreen.The TSC is connected via I2C to the STM32.There are other I2C slave devices connected to this I2C bus, as well.And i have two threads, a system thread and a gui thread (where Touch GFX is runni...

sk-st by Associate III
  • 1478 Views
  • 1 replies
  • 0 kudos

my st-link v2 app said File size is bigger than the flash memory size.

当我想进入程序时,应用程序说“文件大小大于等于大小。”我的文件是.hex 怎么解决这个问题呢?stm32f103c8t618:55:25:与设备断开连接。18:55:27 : ST-LINK SN 18:55:27 : V2J34S7 18:55:27 : 通过 SWD 连接。18:55:27:SWD 频率 = 4.0 MHz。18:55:27:连接模式:正常。18:55:27:启用低功耗模式下的调试。18:55:27:设备 ID:0x412 18:55:27:设备闪存大小:32KBytes 1...

ikun by Associate
  • 1121 Views
  • 3 replies
  • 0 kudos

Resolved! [Please ignore] STM32U5, ThreadX and CMSIS

[EDIT: S'OK, I need to think about this more, but I can't find a way to delete a message so am just marking this as one to ignore]I am just moving from STM32F4 to STM32U5.  ThreadX seems to be the thing for STM32U5 (if one doesn't want to use Zephyr)...