User Activity

Hey guys,i'm currently struggeling with the STM32 CLI to programm my MCU.For my (old) STM32F103 i did setup a script wich worked nicely. Going through the documentation a came uo withST-LINK_CLI.exe -c SN=xxxxxx SWD UR -TVolt -ME -P ../my_firmware.he...
Hey guys,I'm currently struggling to setup my SPI to work in Full Duplex Mode together with an DMA.I'm using 2 STM32F4 to communicate via SPI + DMAThe Initialization for both MCUs was created using STM32Cube.This is the generated Init Code for the ma...
Hey guys,i did setup my project using Cube MX, configured all outputs and inputs.Generated the Startupcode with CubeMX.Directly after start of main() MX_ADC1_Init() is called.I did setup the Temp Sensor as well/** Configure for the selected ADC regul...
Hey guys,i got a strange problem with stemwin.I'm currently migrating my project from an F103 to an F413.On the F103 Stmwin worked fine. On my F413 i'm just getting a blank screen.Let's assume the actuel LCD_Write/Read are still working. Could you gi...
Hey guysI'm currently wondering why i'm not reveiving any interrupts at all on my STM32F413I used cube mx to create a new project.For starters I'd like to send some data via UART with an interupt transfer.uint8_t dummy[4] = { 0 }; volatile HAL_Status...
Kudos from