utility to upload .hex image for STM32F407 MCU?
Hi,Is there any utility to upload .hex file image for STM32F407 MCU?Thx****
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,Is there any utility to upload .hex file image for STM32F407 MCU?Thx****
Posted on January 26, 2018 at 18:50Hi,I have a problem with the PLLSRC of a STM32F030RC : to obtain 24MHz for the sysclk I have to use PLLMUL @ x6 with HSI (8MHz) but 6x8 = 48MHz ?If I output the sysclk on a MCO pin (with no div) I have actually 24M...
HiI have learned AVR with C language . I have learned C++ language and a little C# .Now i want to learn stm32 . I have 2 questions .1.What should i do ?2.Should I read the reference manual first or the Hal driver?
How to start the RTC (real time clock) in the STM32F2xx processor with a 25 Mhz OSC
Currently using STM32F429I-DISC1 Discovery Kit (with LCD) for development of Android accessory ADK project.Original code was obtained from here.https://github.com/YuuichiAkagawa/STM32F4_ADKThe current code that I have modified for use with the 429 di...
We use STM32F042G6U6 to communicate USB and RS485,and control 4 LEDs,when Ta>50℃,communication stop.And we use HSI 48MHz.
Hi Guys, I'm working on bootloader.The size of the bootloader memory is determined by how?In some applications 32KB is determined as 2KB in some.So how?My MCU: Stm32f072
Wondering if STM Linux SDK supports host on Ubuntu or Debian?Also, has anyone be able to run armhf Debian on STM32 MCU?Thank you.
In this linked video,https://www.youtube.com/watch?v=BrMw5TNQROo&feature=youtu.be we can see that just by saving the bin file in the NUCLEO disc character, ST-LInk will automatically brush the program into NUCLEO, and then NUCLEO restarts to run the ...