STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F411 continuous DMA from ADC, how?

ADC1 configured asMode "Independend Mode"Scan Conversion DisabledContinuous Conversion EnabledDiscontinuous Conversion DisabledDMA Continuous REequests EnabledEnd of Conversion "EOC Flag at the end of single conversion"DMA2 configured asDirection "Pe...

PRenn.1 by Associate III
  • 432 Views
  • 2 replies
  • 0 kudos

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
  • 376 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! 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
  • 473 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
  • 815 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
  • 448 Views
  • 2 replies
  • 2 kudos