STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Anomaly list for peripheral library

Hello,We use standard driver libraries for STM32F10x and STM32F4xx. Looking for list of bugs reported on these. The previous link doesn't seem to exist anymore https://community.st.com/s/topic/0TO0X000000BWVLWA4/bugreport.Please help in getting the n...

BT by Associate
  • 739 Views
  • 3 replies
  • 0 kudos

Resolved! Generate a specific PWM signal

Hi ST community,For a project I would like to generate two interdependent PWM signals (Sa and Sw in the attached figure) with the STM32G0. The constraints/tasks are as follows:tSw,off = constant for ~100nstSw,on = in a time range from ~100ns to 20us ...

Resolved! STM32 Controlling Resources via JTAG/SWD

I there a way (device or API) to control STM32 resources via JTAG or SWD without the need to downloading a custom program?  For example, setup GPIO pin with pull-up and direction and then write value.  In addition, be able to perform more advance sce...

NotSure by Associate II
  • 2337 Views
  • 8 replies
  • 2 kudos

STM32U599xxxQ LDO <-> SMPS switch

Hi all,I'm unable to switch the internal regulator from the default LDO to the SMPS on the STM32U599NIH6Q. The function "HAL_PWREx_ConfigSupply" timeouts.The same binary file, when flashed on the two different STM32U5 dev kits (NUCLEO-595ZJ-Q and STM...

kvrbek by Associate II
  • 1397 Views
  • 3 replies
  • 2 kudos

Resolved! STM32 Power supply ripple voltage

Hi, What is acceptable ripple voltage on power supply pins on stm32? I am using DC/DC converter and have 100mVpkp at the output (+3.3V). I tied VDD and VDDA pin to one power supply as I am not planning to utilize an internal ADC. I am just planning t...

shin212 by Associate II
  • 2438 Views
  • 6 replies
  • 0 kudos

STM32f103c8t6 can protocol

I am configuring can and sending data to other stm32f103c8 but when I connect the can H and can L on the channels of oscilloscope I don't get any signal. What could be the problem?,i used mcp2551 transceivercode for transmitting data :/* USER CODE BE...