CubeMX library for STM32F0, version 1.10.1 released on github
https://github.com/STMicroelectronics/STM32CubeF0/Well done, thanks ST!***Correction ***Ahh. Pull requests are not accepted yet.Of course. Maybe in just another couple of years.-- pa
https://github.com/STMicroelectronics/STM32CubeF0/Well done, thanks ST!***Correction ***Ahh. Pull requests are not accepted yet.Of course. Maybe in just another couple of years.-- pa
Hi everyone,I am working on ADC of STM32H743Zi, but i am unable to get it running.Can anyone guide me . The DMA command isHAL_ADC_Start_DMA(&hadc2,(uint32_t*)ADC_1,1);
hi ST Community,I have a problem with my project:so I want to use an exsiting project in the repository (STM32Cube), I enabled the QSPI in stm32f4xx_hal_conf.h then I create a new file called stm32f4xx_hal_qspi.c and I copied the contents of the sam...
Hello All,I have successfully Combined Mouse and Keyboard as a USB device by modifying the USB HID Mouse example and my PC can recognize them. However, I can easily detect the mouse movement and can't detect the Keyboard. By using Bus Hound I could s...
Hi There,I use a Stm32l072 (to be exactly, the CMWX1ZZABZ Lora module) with a infrared receiver. The Protocol is Irda Sir with the following specs:1152000 Baud8 Bit DataNo ParityTo test it, i wrote a simple CubeMx programm that receives correct data ...
Hello everyone.I'm writing a code for stm32f103c8t6 to perform a kind of USB->SPI bridge.USB periph configured as Virtual COM, based on the VCP example.USB library I'm using is USB-FS-Device-Lib.USB on the STM is configured for Bulk transfer, using ...
My bootloader starts from 0x08000000 and my application starts from 0x08004000. After i flash the application through UART I jump to my application using the code below. HAL_UART_DeInit(uart_handle); HAL_RCC_DeInit(); HAL_DeInit(); SysTick->CTRL = 0;...
Hi to all,I am experiencing a nasty problem in programming a STM32F107 MCU.I made a my own board and I use to interface with pc USART1 (PA9 - PA10) and SWD (PA13 - PA14).Using the FlashDownloaderDemonstration, usually I get "No response from the targ...
I want to use STM32F103C8 module, and upgrade FW with USB. We do upgrade with UART before. So my question is:1.Can this module upgrade FW with USB?2.Which tool I can use to dowanlod the .bin file via USB? Still the STMFlashLoader Demo tool?DFUSeDemo ...
I am working on STM32L462 MCU. I would like to know about the UART usage for the boot-loader communication with host. By using this MCU, I am able to work with the USART2 but same is not with USART3. Also, attached snapshot shows that for USART3 (PC...