STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can we mount the two devices i.e sd card and usb at a same time using FATFS in STM32F429ZI. I want to store the sensor data in SD card and copy that data to USB drive when the usb is detected.

i am using STM32F429ZIT6U board does the board support the mounting of SD card and USB at a time The main problem is both the devices get detected or get mounted when i use f_mount but the file that is get be stored in SD card is will be get stored i...

NetXDuo webserver hostname

Hello,recently I've been developing webserver using NetXDuo framework on STM32H573 MCU and I can't find an option to enable hostname for this device.I found that there is a parameter "name_ptr" passed to nx_dhcp_create() function and the name passed ...

Faust by Associate II
  • 365 Views
  • 1 replies
  • 0 kudos

STM32 CDC Bootloader

I apologize for I am new at learning bootloader and I am trying to create a custom bootloader for stm32f103 custom dev board. First, I just want to know how can create a compatible binary file to be flashed at existing bootloader.https://github.com/s...

Resolved! Controlling WS2812B LED Strip With STM32

Hello,I'm new to STM32 and trying to learn exciting stuff. I want to light a single LED from my WS2812B strip. For example I will choose 6th LED on my computer and 6th LED on strip will light up.But I'm not sure where to start. How can I access to si...

salvi.a by Associate II
  • 12546 Views
  • 7 replies
  • 3 kudos

Resolved! receive via USB_CDC a.k.a. virtual COM Port

I'm kind of stuck. I have USB_CDC running, data appears on the Kitty-Terminal in Windows10 via USB, presented as COM6:  serial device in Windows. Sending data vis USB_CDC  is easy:   ret = CDC_Transmit_FS( buffer0, sizeof( buffer0 ) ); if( ret != USB...

PRenn.1 by Associate III
  • 439 Views
  • 1 replies
  • 1 kudos

Resolved! memset & sprintf stack usage

hi i have  a question about stack memory.is memset or sprintf function take space on ram stack memory? For example i create global array like my_array[1024]. when i call memset in my private function, does memset function take extra space on ram(stac...

scotzap by Associate II
  • 770 Views
  • 7 replies
  • 6 kudos

Debugging Issue on STM32H745 Dual-Core

Hi, I have a development board with an STM32H745XIH6 microcontroller, which has dual cores. I am trying to debug using the SWDIO and SWCLK pins. Debugging works fine on the M7 core, but it does not work properly on the M4 core. This is what the issue...

ACohe3_0-1736259258986.png
ACohe.3 by Associate II
  • 430 Views
  • 2 replies
  • 2 kudos