Resolved! Tutorial/example for flash write/read STM32H7
How do i find an extensive example for read/write value in flash of STM32H7, for store of data to keep after powerloss or reboot? Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
How do i find an extensive example for read/write value in flash of STM32H7, for store of data to keep after powerloss or reboot? Thanks
Im trying some bare Metal programming on the NUCLEO - H743ZI2.Im stuck on creating a Button Interrupt on EXTI line 13.The User Button 1 is located on PC13, im trying to toggle LED2 on PE1.LED and Button configuration must be correct, since it works w...
I would like to run the STM32L011K4 (Nucleo kit) in low power mode for 10ms then put it in STOP mode with a wake-up via the RTC 90ms later.Step 1: Operation in RUN mode all the time (10ms +90ms), the consumed current is about 54µA (57µA in DBG).Step ...
Ex.: - Original start address of Flash Memory is 0x08000 0000 But I want to Change it to some random address like 01h.
Dear Sir.I migrated the code of TSV_BasicAcquisition_Interrupt to my board .The IO rae different than the exampleExample Custom Board,PC7 PB6PC6 PB5PB13 PB12PB14 PB13I keep getting HAL_TSC_ErrorCallback,How...
Hello, we have a custom board with a STM32L051R6T6 MCU.And we try to to receive and to transmit on an UART.The telegrams have 40bytes lenght and the UART works on 9600 baud. The remote station sends one every 50ms.If processing of the rx telegram was...
Hi,FDCAN is not available.I am using STM32G474RE.I want to set the baud rate to 1MBps in classic mode. I often stumble on if (HAL_FDCAN_Start(&hfdcan1) != HAL_OK){ Error_Handler();}.I don't know what causes it to fail.I think having a bad setup.Th...
Hey!I am having trouble with my ADC readings on my STM32G071RB.I am currently using 2 ACD-s for testing. VREF is set to 2.048 V. On 1 ADC, I give the input of 1.65 V directly from an external PSU. On the other ADC, I use the boards 3.3 V and run it t...
Hi everyone, I am beginner for STM32 and C. I am trying to use ADXL345 with STM32L476RG board. I watched video and I am trying to use same code but my y axis returns 511. When I move the adxl345, x and z values go to 511 and then go to 0 and 1. Here ...