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

STM32G4 ADC jitter from timer to conversion start.

Hi,What is the jitter value in nS when the ADC is configured for Asynchronous clock mode? consider CPU clock = 170MHZ, adc_hclk = 170MHZ, adc_ker_ck = 170/6 MHZ = 56.67MHZ and ADC clock = 56.67MHZ (PRESC = 0)ST inform in the manual that the jitter i...

Asantos by Senior
  • 501 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F031K6Tx BOOT Mode for Programming using UART and SWD

I'm using STM32F031K6Tx in my design. I have given provision for both UART (PA9/PA10) & SWD (SWDIO/SWCLK) for programming MCU using test fixture in the factory. Either one will be used1) Is BOOT0 (0 = Main Flash Memory; 1 = System Memory) needs to be...

S.Kamath by Associate III
  • 1163 Views
  • 4 replies
  • 0 kudos

I can't read chip ID with I2C

Hi, I am using bno055 with stm32f4 discovery board. I am trying to read chip ıd. HAL_IsDeviceReady function return HAL_OK but I can't read chip ID. Why is that? I tried to write my code or using library. Here is the code and stmstudio's return. (In c...

0693W000001t9JBQAY.png 0693W000001t9J6QAI.png 0693W000001t9IwQAI.png
MDoğr.1 by Associate II
  • 949 Views
  • 1 replies
  • 0 kudos

Resolved! wrong data receive with uart1 on stm32f103rct6

Nowadays. i debug the uart1 under linux with arm-none-eabi- cross compile.Now i meet a problem,i config uart with 115200 baudrate and 8 databotlen 1 stopbit none parity.use Hsi for SYSCLK APB1 and APB2 CLK BOTH 36MHz. I can receive data from the chip...