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

Resolved! Clock frequency for STM32F303

Hi,I used to run my STM32F303RE at 72Mhz clock from a 8Mhz CMOS oscillator. . Timers8/1 operated at 72Mhz as well. That worked fine. I had to change the CMOS oscillator from 8 to 24Mhz.I tried two modifications, see attachment:a) I changed PLLMul fro...

DetlefS by Associate III
  • 430 Views
  • 5 replies
  • 4 kudos

STM32F411 Documentation-Reference Manual-Error

Hey, I just want to report an error in the Reference Manual for the STM32F411xC/E microcontroller.Reference Manual: https://www.st.com/resource/en/reference_manual/rm0383-stm32f411xce-advanced-armbased-32bit-mcus-stmicroelectronics.pdfPublished on: h...

wolkns by Associate
  • 199 Views
  • 1 replies
  • 1 kudos

Resolved! Why does CORDIC give not accurate results?

Hi all.I have this piece of code: __HAL_RCC_CORDIC_CLK_ENABLE(); CORDIC->CSR |= CORDIC_CSR_NARGS; CORDIC->CSR |= (CORDIC_CSR_PRECISION_3 | CORDIC_CSR_PRECISION_2 | CORDIC_CSR_PRECISION_1 | CORDIC_CSR_PRECISION_0); CORDIC->CSR |= CORDIC_CSR_FUNC_1...

yonatan by Associate III
  • 291 Views
  • 3 replies
  • 0 kudos

Resolved! printf fail to print float type

Software tool: IAR Workbench 9.60#include <stdio.h>#include <math.h>#include <stdlib.h>#include <string.h>#include <intrinsics.h>int putchar( int ch ){    while(!(USART2->ISR&0X0080));   USART2->TDR  = (unsigned char)ch; return ch;} test code:printf(...

STM32L09 by Associate II
  • 246 Views
  • 3 replies
  • 1 kudos

Resolved! FDCAN Not Transmitting or Receiving on STM32G0B1CCT6

I am working on FDCAN communication using an STM32G0B1CCT6 microcontroller. I am trying to perform a simple Tx/Rx loopback test (and later communication with external tools like Vehicle Spy), but I am facing the following problem: FDCAN is not trans...

AKG123 by Associate III
  • 1362 Views
  • 13 replies
  • 3 kudos

Help with FD-CAN filter

Hello,I work with STM32G484, with FDCAN. I want to create filter so only messages with my own CAN_ID will reach HAL_FDCAN_RxFifo0Callback.I started by define the filter:filter.IdType = FDCAN_STANDARD_ID;filter.FilterIndex = 0;filter.FilterType = FDCA...

prigo87 by Associate II
  • 5174 Views
  • 6 replies
  • 1 kudos