Ask questions, find answers, and share insights on STM32 products and their technical features.
I cannot program the STM32L with the STM32 ST-Link Ultility (hex file).Did reseach on internet and I know there is a lot on this subject already!The setup is easy, I have a replica ST-linkv2 from China and an official Stlink v3 programmer.I'm program...
hello everybodyI receive date and time from SIM800L GSM module with NTP command from UART: (like below)+CCLK: "21/05/11,05:45:23+6how update stm32 HAL RTC with received time from SIM800L or other GSM module?
Hello!I try to link an exisiting library (.h and .cpp files) to a new project but the compilator dont see itI'v drag the library folder into my project and selected "link files and create virtual folders"And added de dependancies in the following ent...
I'm using an stm32f429ni, which has 4 GPIOs in Backup Domain, namely PC13, PC14, PC15, PI8.Can these GPIOs be configured for example as output and retain their value during resets?The STM32F427xx STM32F429xx processor manual (DocID024030) is not very...
i wish to use HRTIM as general purpose timer with high resolution.can i get sample code for HRTIM .
On both boards the UART/DMA in CubeMX is setup the same, with a DMA channel added for "USART3_TX". Comparing the generated USART and DMA initialization code, they are identical.However, with the NUCLEO board, it transmits with either "HAL_UART_Tran...
I've downloaded "en.stsw-link009" and unzipped. When I try to have Window 7 load the driver for this development board it gives me: "Windows found the driver but the style of the INF is different from what was requested."Is the development's debug ...
Dear all, I´m using the BlueNRG-LP microcontroller and STLink-SETV3. My firmware works perfectly in the Steval-IDB011V1 DK. I´m using BlueNRG-LP-X-Flasher Utility v4.1.0 to program the microcontroller through the STLink-SETV3 programmer and I can pro...
What is the best way and safer way to make one led blinked and, at the same time, control one motor?