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

BUG CubeMX v 5.1.0.: Using STM32L4xx MSI in PLL mode with 32.768kHz crystal to compensate, inicialization sequence code generated wrong.

Hello,the observed bug is the following.We are using STM32L433RC and generating some code from CubeMX using low-level libraries. We are currently evaluating precision of the hardware clock compensation, when using internal MSI RC oscillator with exte...

STM32F205 timer goes wired after changing the prescaler

Hi all, I am now using STM32F205 w/ STM32cubeIDE & STM32cubeMX to make a project with timers. I find that the timer seems not accuracy. So I make a test code to test it (see attached project). For short, it is just Timer_start() while(1) { if(...

SSin by Associate III
  • 1119 Views
  • 2 replies
  • 0 kudos

Linker file explanation?

Can you explain what is the use of these section in .ld file KEEP (*(.init)) in text sectionKEEP (*(.fini)) in text section*(.eh_frame) in text section*(COMMON) in bss sectionand whats the difference b/w*(.rodata) and *(.rodata*) Thanks D.Manikandan

Mani1 by Associate II
  • 945 Views
  • 2 replies
  • 0 kudos

WIFI Module blocks data reception on UART

I have STM32L475VC + ISM43362 WIFI Module.Set module, connect to AP.if(ISM43362_Init() == WIFI_STATUS_OK) { USART_SendString(SYS_USART, "WIFI INIT OK\r"); if(WIFI_GetMAC_Address(mac_addr) == WIFI_STATUS_OK) { U...

ALL HI�? I am currently using the RTC function of STM32F103, the external passive 32.768KHz crystal and 20p matching capacitor.

ALL HI�?I am currently using the RTC function of STM32F103, the external passive 32.768KHz crystal and 20p matching capacitor.The RTC function is configured on the software program, and the RTC has been started. But I can't see 32.768KHz waveform whe...

Resolved! Enabling Same Interrupt Number on Separate Ports [STM32H7]

I understand that any external interrupt on PA13, PB13, PC13, PD14 .. or PI15 will all execute the same ISR:EXTI15_10_IRQHandler(void) { HAL_GPIO_EXTI_IRQHandler(GPIO_PIN_13); }    Which calls HAL_GPIO_EXTI_IRQHandler before finally calling th...

bnguy.1 by Associate III
  • 2466 Views
  • 4 replies
  • 0 kudos