STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Write to STM32F103C8 flash

eu, eu estou tendo um problema com o meu software ao escrever para o flash. O que está acontecendo? Estou usando o temporizador 4 para alternar LEDs e botões, e até agora tudo bem, mas o problema ocorre quando vou escrever no flash. Quando eu apago, ...

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
  • 1280 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
  • 3646 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*)...

HardFault inside System Init - STM32L151CBUxA

I am trying to run a code that's built using STM32L1x_Peripheral Libs for STM32L151CBUxA MCU.As soon as I run the SystemInit function inside the ResetHandler I am hitting a Hardfault, so I investigated the SystemInit function.Once the Vector Table re...

gkowshik_0-1727875652572.png
gkowshik by Associate II
  • 1342 Views
  • 6 replies
  • 1 kudos