Hello, please help me with crystal:ABM3B-26.000MHZ-10-1-U-TIs it connectd correctly? It's not working at all. Never seen one pin connetcion like RCC_CK_IN_PA0.
I'm using an STM32G4 to measure a pulse width, and wanted to set up TIM1_CH1 for rising edges and TIM1_CH2 for falling edges. My plan was to read the timer counter and subtract to obtain pulse width, and reset the counter on rising edges... I've go...
Hi,I am using ADC with external trigger mode and DMA. The external trigger is TIM1 CH1 PWM out FALLING EDGE.I wanted to verify if the trigger instance is correctly set for which I am probing the PWM output and a GPIO that toggles inside the ADC_ConvC...
Hello guys!I'm trying to use external mode with STM32F407VGT6U(older version of this discovery board) and Embedded Coder Support Package for STMicroelectronics STM32 Processors, I'm running on Matlab r2023a with all the support packages freshly insta...
In reference to these questions 5 years ago (unable to post link, not allowed for new member., I'm looking through the RISCV which is competing against CORTEX or ARM. Out of interest, what is ST.com doing with RISC-V and future roadmap or they intend...
So I have been developing my custom board, based on the STM32F407VE chip, and have encountered an issue with the SPI1 bus. I was trying to set up an SD card module on the bus, using the SdFat library by Bill Greiman. I specified the CS pin to be PA4,...
Good morning,I'm writing a bootloader and I need to put all the code in the RAM and execute from it (the microcontroller is a STM32F733).The code is already working correctly from the flash.How can I move it into the RAM?Thanks in advance
Hi all,I'm having a firmware issue with updating my MCU via UARTAfter reading AN2606 and AN3155, I try to do the following:Disable all interrupts and save a register with unique valueCall system resetJump to bootloader on the beginning of SystemInitU...