STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G071 disco USBPD_Analyzer

Hi,I am trying to modify the USBPD_Analyer Demonstration to use a fixed PDO definition in the usbpd_pdo_defs.hEventually I would like to modify it to create a source slave as it is not available in the CubeMonitor-UCPD but to begin with I am just add...

aber by Associate
  • 70 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H7 TFTP Server

I am trying to implement TFTP file transfer on my STM32 module (Nucleo-H723ZG). I have taken reference from:https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM324xG_EVAL/Applications/LwIP/LwIP_IAPhttps://github.com/JoeMerten/St...

Resolved! Cutom bootloader STM32u575

Hello,I am trying to realise my own bootloader on my STM32U575 and have found the following article:https://community.st.com/t5/stm32cubeide-mcus/stm32u575-custom-bootloader-bootloader/td-p/584218Unfortunately this does not work for me. I am using a ...

rohe by Associate II
  • 105 Views
  • 3 replies
  • 0 kudos

SDRAM + SD-Card intermittent write failure.

I am having issues when writing a buffer that is declared in the external buffer to an SD card. When I tried to download a bulk file (1.5MB), write failure (f_write returns FR_DISK_ERR) would happen at least once during the download process, but if I...

cleonb322 by Associate III
  • 124 Views
  • 4 replies
  • 0 kudos

H743 FreeRTOS

HI I m using H743 Nucleo, to write a RTOS program with 2 tasks which gonna access to the same memory location concurrently.. can anyone advise which  RTOS method to use ? Tasks ? Semaphore? Message Queue? 

Resolved! Wrong (duplicated) PWM pulse

I'm a software developer and love electronics, specifically making metal detectors. I'm trying to develop a new Pulse Induction metal detector and I'm using this development board (STM32F407VET6).Although I'm a software developer, I work with high le...

Resolved! While(1) loop stops executing

Hello,For my project Im checking on a data request by using DMA and UART Idle interrupt. After a few minutes my while loop just stops executing. The code keeps executing the USART1_IRQHandler and doesn't return to the main code anymore. If Im not usi...

mJelmer by Associate
  • 111 Views
  • 3 replies
  • 3 kudos