STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Avoid Interrupt after HAL_COMP_Start(&hcomp1)

I set a breakpoint inside the function:void HAL_COMP_TriggerCallback(COMP_HandleTypeDef *hcomp)I got an interrupt event just after calling the function:HAL_COMP_Start(&hcomp1);I tried to pull-down/pull-up, I tried with all triggers modes but I ever ...

dhs by Senior
  • 890 Views
  • 4 replies
  • 0 kudos

About the drift of the RTC of STM32F407VET6

Hello everyone, I'm Jun and I live in Japan.The board is a custom board based on BLACK_F407VE, and is for hobby engine control. The crystal oscillator is ABS07-LR-32.768kHz-6 (load capacitance 6pF) recommended by STM.The development environment is Vi...

juntakei by Associate II
  • 2445 Views
  • 11 replies
  • 1 kudos

How to change the IP Address at runtime

This is my Environment:Microcontroller: STM32H723ZET6LWIP is used. No RTOS used.I am setting a Static IP address in the *.ioc file. I am setting the same IP address in the TCP Raw Socket Echo Server to Bind the socket. Over that I am running the Modb...

Resolved! Eeprom Emulation on STM32H723

Hello, i am trying to implement Eeprom Emulation on STM32H723 using the code that ST provided in STM32CubeH7-Master for STM32H743 series. In the EE_Init function, first thing that function does is this line of code:   PageStatus0 = (*(__IO uint16_t*)...