STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Help with debuging a for statement in BluePill

Hi, I'm using a base64 library to convert my data to my base64 on STM BluePill. everything works fine, but after 5 minutes i receive an imprecise data access violation hard fault error on a for statement. i'm using main loop to run my code every 1 se...

MNoro.2 by Associate II
  • 365 Views
  • 1 replies
  • 0 kudos

Resolved! Does micro detects low power?

hey there I have a question: can a micro, say stm32f407 detect low power? for example is there a HAL function to indicate VDD lower that 3.3v?(this way any time that power is going, I can for example save everything before power off)

Ala by Senior
  • 411 Views
  • 2 replies
  • 0 kudos

How to use the STLink BRIDGE API - UART bridge?

I want to use the STLink BRIDGE API and setup a C++ project. So far the GPIO worked fine, next I want to use the UART. I found the following Warning in the docu: "UART "bridge" is not supported on the STLink USB bridge interface. This functionality i...

Internal temperature sensor shows big offset at temperatures > 50°C (STM32G474VE). Is this common knowledge and if so is there some form of formula to correct this?

Setup:Using ADC1 with an ADC frequency of 50MHzSampling time of internal temperature channel = 640.5 cycles = 12.81µs (> minimal sampling time of 5µs)Conversion triggered every 1s by softwareUsing injected channel since regular channel conversion is ...

MHerr.3 by Associate II
  • 2153 Views
  • 7 replies
  • 1 kudos

Better clock output (instead of MCO)

Hello, In my design I would love to variate frequency to camera sensor. I did this in the past with MCO, but it is giving me very large step, so I can't place camera to any frequency I want, usually HSE, or PCLK/4 or 8.Can I use SAI interface and ded...

0693W00000LzYRHQA3.png
Linas L by Senior II
  • 297 Views
  • 1 replies
  • 0 kudos

MB1166 Touchscreen change

Hello I've been using the MB1166 display for some time, but I noticed with the latest units the I2C device has been changed from a FT6206 to the FT6306.These are means to be software compatible, however our devices do not detect the FT6306 device on ...