STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Errors during project compilation.

Good day to all. There is a project written in TrueStudio v9.1. When compiling errors appear:expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘arm_bilinear_interp_f32’ arm_math.h expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘attribute’ before ‘arm_bilinear_in...

ALavr.12 by Associate
  • 436 Views
  • 0 replies
  • 1 kudos

Resolved! NVIC_Init() library function does not work as expected

Hi All, I have simple code to assign preemption priority and subpriority. I have tested this code on the stm32f103. Even if i set the preemption priority and subpriority, when I read the priority it returns as 0x00. According to the information from ...

ebast by Associate II
  • 826 Views
  • 2 replies
  • 0 kudos

Usart received data misaligned in buffer when I try to receive data from 2 modbus slaves. It works fine with 1 slave but when both the slaves are connected, after a period of time, usart stars misaligning received data. Can someone help?

This is my usart handler Also I clear the 1st received frame before receiving the 2nd modbus frame.void HAL_UART_IRQHandler1(UART_HandleTypeDef *huart){ __HAL_UART_CLEAR_PEFLAG(huart); __HAL_UART_ENABLE_IT(huart, UART_IT_ERR); __HAL_UART_ENABLE_IT(hu...

sne_123 by Associate III
  • 1049 Views
  • 11 replies
  • 0 kudos

What happens at Vbat when Vdda is not present?

In my system (STM32L471) I want to periodically measure Vbat. Can I do this through the Vbat pin if Vdda may not always be present? Obviously I turn on Vdda whenever I want to measure Vbat but are there any leakage currents or other problems in case ...

Can not load a *.bin

Posted on May 24, 2018 at 14:21I already loaded some *.bin files, perfectly compiled with a perfectly functional tool chain.But today it doesn't work anymore...If I check with STLinkUpgrade 3.2.10, it tells me that the firmware is at version V2J30M2...

STM32F429IIT6 RTC Abnormal please help me!!

Hi everyone!! I am from TaiwanI am currently working on a project that records time using STM32F429IIT6VBAT is connected to the 3.3V output of the power supply.PDR_ON is connected to VDDPower on when VDD is powered offTime will be initializedProject ...

blin.0 by Associate II
  • 370 Views
  • 2 replies
  • 0 kudos