One pin of HSE crystal on STM32L422KBT6
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.
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...
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...
i am working with stm32f103c8t6. i got connection timed error while uploading the code in stm32cubeideso i tried erasing the memory and got the following error in stm32 stlink utility01:10:58 : Internal command error01:10:59 : Read out protection is...
I am currently using two development board devices(NUCLEO-H753ZI & NUCLEO-H743ZI2) for CAN communications. Seeing as both are from the same MCU family and have identical board layouts, I assumed configuring the CAN peripherals for both devices would ...
Hello,So in our project we are saving some of out parameters on last page of our controller and reads that during startup. We are able to read and write content properly.Issue we are facing is that when a power on/off cycle is happening multiple time...