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! RS485 IT Reception error after initialization

Hello,We are switching from RS232 to RS485 and are encountering problems. Everything worked properly with RS232After initializing the USART (we are using Cube), transmitting is working fine.Reception is handled by interrupt. After calling HAL_UART_Re...

[STM32F412] Changing system clock issue

I am trying to change the system clock on my STM32F412 discovery board to 100 MHz using the HSI, however it just seems to crash. I am using direct writes to registers, but I looked at pregenerated CubeMX code and my registers look the same for the cl...

MB.2 by Associate III
  • 1312 Views
  • 2 replies
  • 0 kudos

exti1 interrupt works not fine....

HiI am developing a product using stm32f429.​case 1>- use cmsis_rtos2- Interrupt is generated every 20ms using exti1(PA1).- In exti1 callback function, execute gpio is set > delay 1ms > reset.​case 2 >- case1 + fmc initialize codecase 1 works fine. H...

ssooki by Associate III
  • 2796 Views
  • 9 replies
  • 0 kudos
lm.1 by Associate II
  • 917 Views
  • 5 replies
  • 0 kudos

STM32F407 UART problems. PuTTY, FTDI USB to TTL converter

EDIT: For crying out loud. Why is half of my code chopped off? #if !defined(__SOFT_FP__) && defined(__ARM_FP) #warning "FPU is not initialized, but the project is compiling for an FPU. Please initialize the FPU before use." #endif   #include "stm32...

AAnth.1 by Senior
  • 1538 Views
  • 6 replies
  • 0 kudos

STM32 I2C Issue

Dear friends,I am using STM32f407vgt6 and a DS3231 RTC module and I use I2C1 peripheral to read date from DS3231. It is working fine but after 10 or 12 minutes the I2C bus is continously BUSY and I do not know what to do.Is there any way to control t...

Mujtaba by Senior
  • 1074 Views
  • 2 replies
  • 0 kudos

Resolved! Starting Tim2/3/4/5 Slaves with HRTIM-SyncOut does not work

Hi,i am desperately trying to start multiple Timers with the HRTIM as single trigger.The datasheet states, that internal trigger connection "tim_itr10" is "hrtim_out_sync2".So I enable the HRTIM-Master-TimerHRTIM1->sMasterRegs.MPER = 0xFFDF; HRTIM1->...

Albi G. by Senior
  • 1983 Views
  • 6 replies
  • 0 kudos

Resolved! STM32H745XI dual core debugging and flashing

Hi all,I'm attempting to run the simplest example code provided for the STM32H745XI dual core (M7 and M4 cores). I've configured my cube debugger as explained in the link below, and I'm having no success debugging or even starting the second core (M4...

TypeKazt by Associate III
  • 3819 Views
  • 11 replies
  • 0 kudos