Stlink deleteded inside firmware
Hello thereI am currently working with the stm32f7469-disco card, I accidentally deleted the software inside the st link, I wonder how do I restore it?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello thereI am currently working with the stm32f7469-disco card, I accidentally deleted the software inside the st link, I wonder how do I restore it?
@Hi all! Thank you for your hard work.Device : STM32L496 (Nucleo board)eMMC : Hardkernel emmc reader + eMMC (sandisk 16GB / SDIN9DW4-16G)env : stm32cudeideI can read eMMC infomation and other CSD info.Write and read function are works well. but it...
Hello, I am building both bootloader and application firmware. Post generating .elf and hex file, I am generating .bin file for both and combining them to make single flashable .bin file with padding and all with help of command for .bin file geneat...
I am using STM32L442KC part number...And i want to store the 16 byte of data on non erasable memory of controller during runtime...Can i get any reference how to store the data in microcontroller memory???
HiI have to send a large amount of data as a formatted ASCII over UART. The data is read through some terminal software on a PC.I only have 1 wire to do this so it has to be UART.I have a F042K6 STM32 Nucleo and running it at 1500000 baud. Works fine...
I'm trying to implement a 10 us delay using TIM2. This delay is inside an EXTI interrupt handler.I am not getting a return at the end of 10 us.In the clock configurator, I used the max PLL clock possible, 64 MHz. Is this OK? I don't know what else to...
Hi I am working on a small project where I need to sample couple of ADC channels.I am using STM32F405RG. ADC1 is running in continuous and scan mode with DMA. I am using ping pong buffers to send ADC data through USART. After gathering some data I pl...
Hello,I am trying to use the memcpy function to transfer data from the ADC data buffer to a separate data buffer, but when I call memcpy, only the first 1400 of 6000 samples gets copied, while the remainder of the buffer does not get updated. I notic...
Hello!Dealing as newbie with STM32 MCUs, I'm focusing on projects of STM32Cube_FW_H7_V1.8.0 packet.As my goal is to develop on STM32H735G-DK, I'd need an application or an example which uses STemWin library. Unfortunately I can't find such a combina...