STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

zephyr stm32u5g9j-dk2 adc not function

Hello, I am using the Zephyr operating system with the STM32U5G9J-DK2 hardware. I intend to collect voltage data using the ADC, but so far, no progress has been made. Here are the steps I have taken: I used the zephyr\samples\drivers\adc\adc_sequenc...

devin-hu by Associate II
  • 82 Views
  • 1 replies
  • 0 kudos

USB PD (UCPD) on STM32H562

Hi,I´ve problems getting UCPD running on a STM32H563. With STM32G0 I´ve alraedy realized a lot of such projects with UCPD. Hence I suggest, that it maybe is a problem of the DMA which is much more complicated to configure on the H5. Is there any info...

AWack by Associate III
  • 367 Views
  • 4 replies
  • 0 kudos

NUCLEO-G0B1RE with SNK1M1 only DEFAULT 5V

Hi STM32 community, I have ordered those the Evalboards: NUCLEO-G0B1RE X-NUCLEO-SNK1M1 - USB Type-C Power Delivery Sink  I have followed all of your existing applications, but none of the had lead to an similar result as displayed by your application...

kuda1311 by Associate
  • 301 Views
  • 2 replies
  • 0 kudos

ADC + DMA on STM32H753ZI

Hi All, I have a question regarding the validity of my implementation of ADC + DMA on the STM32H753ZI. I had quite a lot of trouble getting the HAL_ADC_ConvCpltCallback configured as void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc) { coun...

eskilru by Associate
  • 64 Views
  • 1 replies
  • 0 kudos

Fix for STM32G0B1 USB MSC Bootloader

stm32-hotspot BOOTLOADER_USB_MSC_STM32G0 can be used as a good starting point for a USB MSC bootloader. The provided examples work, but if the application size increases, the bootloader will be erased, finally causing a hard fault.It took a me while ...

etik by Associate
  • 82 Views
  • 1 replies
  • 0 kudos

STM32C0 rewrite flash without erase

Hey all,I'm trying to get embedded Lua (https://eluaproject.net/) running on an STM32C0 MCU. The implementation has a Write Once Filesystem that uses flash and can be appended to but not modified.The issue is that the WOFS relies on being able to wri...

rous by Associate
  • 126 Views
  • 5 replies
  • 2 kudos