STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G070 ADC Accuracy Issues

Hi,I am using an STM32G070CB. while using the ADC, I found that the accuracy of the data I get is very poor, the data returned is always returned as 0xXXFF, but the data for VREF and GND is correct. I think I must have something wrong with the settin...

ADC.png clock.png DMA.png main.png
YChen.9 by Associate II
  • 89 Views
  • 2 replies
  • 0 kudos

Omitting empty check on STM32G071GB

Hello,It looks that empty check on STM32G071GB is causing some problems to my boards due to high, low signals on pins. I am trying to omit empty check procedure and program my MCU using st-link by SWD. Is there any procedure for such scenario? When c...

kicur by Associate II
  • 45 Views
  • 3 replies
  • 0 kudos

Programming STM32C011J6M6 with Arduino IDE

Hello, I'm using an STM32C011J6M6 with the Arduino IDE to register with theST25DV64KC-IE6S3 's EEPROM. I previously used the ATTiny85 and would like to replace it with the STM32C0 to maintain the entire solution with ST components. I made some change...

ThreadX conflict with Timer1

Hi,I'm using TIM1 in Encoder mode while running ThreadX in the program in STM32H523. I encountered an issue where TIM1→CNT only toggles between 0 and 1 when rotating the encoder. However, when I deactivated ThreadX, the encoder worked fine. I haven't...

Jeff4 by Associate
  • 116 Views
  • 5 replies
  • 0 kudos

STM32F407IET Timer Gated Mode

Hello, I am using the STM32F407IET in one of my projects and I have timer 1 set us as follows below currently my channel 1 is used to record the positive rises on a incoming pulse signal and what I want to do is use the gated mode to be able to tell ...

Jm3_0-1743517295652.png Jm3_1-1743517313084.png Jm3_2-1743517350952.png
Jm3 by Associate II
  • 75 Views
  • 3 replies
  • 0 kudos

MDF with Data from Cordic or from RAM

HiI am trying to migrate software from a stm32l4s9 to a STM32U585.How can I transfer data from from Ram to an MDF filter?Also the L4s9 withFSDM1_Channel2->CHDATINR = (outI_2 >> 16);I was able to feed the data into the filter.Is this also possible wit...

FZieg by Associate
  • 225 Views
  • 1 replies
  • 0 kudos

How to calculate i2c timingR for stm32H5

I need help understanding how to calculate I2C timingR without using stm32cubemx.I have searched high and low and I haven't had any luck finding solutions.I want to create function that helps me manually setup the timing with different inputs without...

A_Bit_More_1-1743700131984.png A_Bit_More_2-1743700187180.png