STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F411 cant get PLL to stabilize using HSI

Hi,I seem to behaving an issue getting my STM32F411  PLL to stabilize using the HSI. The code I am using shown below. Setting it to 100MHZ.  The code gets stuck in RCC_GetSYSCLKSource() != 0x08 ) continue; . It never returns 8.  I had originally got ...

Resolved! How to enable QSPI PSRAM as data memory

Hi:I use STM32L4P5RG with APS6404L-3SQR to develop GUI.I want use QSPI PSRAM as data memory for GUI.Now, I enable QSPI PSRAM as data memory as follows:1.configure QSPI PSRAM , SPI with NVIC in CubeMX2. add PSRAM (xrw) : ORIGIN = 0x70000000, LENGTH = ...

Resolved! STM32G0B1 USB clocking

I am working with am STM32G0B1CB for USB communications, using Zephyr as my OS.  I am trying to have multiple CDC ACM serial ports, so that they will show up as /dev/ttyACM0, /dev/ttyACM1... on Linux.  Everything seems to work fine if I have only one...

Screenshot from 2024-11-02 21-07-56.png
rm5248 by Associate II
  • 570 Views
  • 4 replies
  • 0 kudos

STM32G474 HRTIMER ADC Trigger

I'm trying to configure the ADC to read to values at a specific time in my system that uses the STM32G474.I have two channels of peak current mode control using the HRTIMER. The outputs are reset from either a comparator event or max duty cycle compa...

DamageG by Associate II
  • 490 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F103C8 - 8Mhz 33pf xtal ?

The datasheet suggests load of 20pF .Due to size constraints, I hope to use https://jlcpcb.com/partdetail/318914-CSTNE8M00G550000R0/C341522Most 8Mhz resonators of this size seems to have 33pF

pilot by Associate III
  • 649 Views
  • 7 replies
  • 6 kudos

Resolved! Understanding STM32F103C8 AD Vref and AD range.

Do I understand the datasheet correctly when I believe the internal 2.1v reference is something internal, and the AD is still operating within VCC/3.3v as upper limit? Copilot suggested this:  // Enable ADC1 and configure itRCC->APB2ENR |= RCC_APB2EN...

pilot by Associate III
  • 611 Views
  • 5 replies
  • 1 kudos

STM32G0 reseted after GPIO interrupt happened

I'm using gpio interrupt inside there void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin){static uint32_t push_time;if(GPIO_Pin == IS_FUSED_Pin){pin_int_now = HAL_GetTick();if(fuze_push_time + DEBOUNCE_INTERVAL < pin_int_now){LED_Green_On();fuze_pu...

Screenshot 2024-11-02 at 15.23.02.png
Bigdan by Associate II
  • 787 Views
  • 7 replies
  • 1 kudos