STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 USB Host HUB support with an MSC device

Here comes another query about the status of a HUB device for the USB Host library. I have been working with the driver from herehttps://github.com/moribr/STM32F4HUB/blob/master/Project/Middlewares/ST/STM32_USB_Host_Library/Class/HUB/usbh_hub.cand ha...

PCevo.1 by Associate III
  • 1362 Views
  • 4 replies
  • 1 kudos

STM32F07 ADC MX_ADC_Init() Handler error

I'm using the cube for generating code for IARthere is an ADC with to a DMA the MX_ADC_Init() fail, can't tell why  the ADC configuration:  the DMA configuration: when i run the code, the fail point is:  i have checked that the DMA is initiate first ...

GalBTM_0-1713255214217.png GalBTM_1-1713255227043.png GalBTM_2-1713255242728.png GalBTM_3-1713255248844.png
GalBTM by Associate II
  • 695 Views
  • 1 replies
  • 0 kudos

Resolved! size of flash in STM32G0J6

Spoiler  Hi, I have a question about the size of the flash of STM32G0J6. When i use STM32 cube programmer - CLI i saw that the size of the flash of the STM32G0J6 is 64Kb. I try to write everywhere in this memory it works. The datasheet say that the S...

Nnabb.1 by Associate II
  • 1662 Views
  • 7 replies
  • 2 kudos

Resolved! Delay of interfacing timer is rather inconsistent

I have implemented a hallinterface (tim 1), to update my pwm timer (tim 8). But the delay i set is rather fluctuating.Disabling interrupt inside of the tim 1 interrupt did not help. And i think, outside of the interrupt it should not matter, since th...

Tobe by Senior III
  • 657 Views
  • 1 replies
  • 0 kudos

Resolved! Unable to regress to RDP=0

I'm working on a custom STM32U5 board and I'm trying to harden the system.I followed the AN5347 (https://www.st.com/resource/en/application_note/an5347-arm-trustzone-features-for-stm32l5-and-stm32u5-series-stmicroelectronics.pdf) in particular I foll...