I am currently learning to use timer interrupts using the HAL library on the STMF769I-DISCO. I am trying to get the interrupt to activate when it reaches a certain value. From my understanding, the interrupt activates when the counter period overflow...
Hi everyone, i`ve got trouble with InApp flash programming on STM32G474RE. While i`am trying to load some data to address higher than 0x08040000 (Bank 2) in dual bank mode by the internal bootloader (placed on address range from 0x08000000 to 0x08005...
I am using a stm32g071 as an I2C slave.Problem is, that I2C_SlaveTxCpltCallback() callback is called even when the master read one byte less than previously configured.I.e. With RXSIZE = 4 (as in code below),if master reads 1 byte -> okif master read...
Hi, I have a problem with my discovery kit stm32f072.I usually use that board as a debugger for my personal embedded projects, so only the debugger part.I recently tried for a moment to download my project to the discovery MCU and since then, when I ...
Hello,I have a project on a Nucleo board that samples the ADC and typecasts the result.The typecasted value and the original value are sent via UART and virtual com to my PC.When I put this code in a single for-loop, I can receive both the raw and co...
We have a STM32H745 MCU, an IS45S16320F SDRAM on the FMC interface, which is used for a Codesys application code execution.This is the SDRAM init:/** Perform the SDRAM1 memory initialization sequence */ hsdram1.Instance = FMC_SDRAM_DEVICE; /* hsd...
I'm using LC709203F to measure RSOC. It is going to sleep mode after 1.2 Ms.To wake up from sleep mode , I have write 0x0001 to register 0x15 in fuel gauge.Prior to that , I have to set SDA line to low for particular time.Please help me to set SDA li...
I need to feed STM32F427 with external clock generator and at the same time use PH1/OSC_OUT pin as GPIO output.What I doing.STM32CubeMX 6.3.0, FW_F4 v1.26.2 Firmware, "Pinout & Configuration" TAB -> Categories -> RCC -> High Speed Clock (HSE) BYPASS ...