Source Code for STM32G071R External Loader
There is an external loader for the G0 series MCUs that comes with the M01 display kit. Does anyone know where the source code to that external loader is located at?
Ask questions, find answers, and share insights on STM32 products and their technical features.
There is an external loader for the G0 series MCUs that comes with the M01 display kit. Does anyone know where the source code to that external loader is located at?
I'm working on a board redesign due to supply chain issue with a NXP MK70 MCU. The previous design clocked both the MK70 and a Spartan 6 FPGA with an external 50MHz crystal oscillator.The new design is using the STM32L4R9AII6 MCU -- max HSE input fre...
I used this function to initialize and setup STM32H743IIT6 uC to work with SPI in master mode:void InitSPI(void) { RCC->APB2ENR=0x00102000; //Enabling SPI45 clock (default: rcc_pclk2=25MHz) SPI4->CFG1=0x30070007; //Baud rate = SPI clock / 16 = 1....
Hello,Can you help me to use the DMAMUX in the STM32G474 microcontroller?How can I program the uC to make TIM2_CH1 sends a DMA request when CC. I have found this in the reference manual but I can't undesrtand which channel of the DMA is involved. Tha...
I'm trying to measure capacitance with my STM32L053-DiscoI'm using ADC and one output pin to charge the capacitor. I tried measuring time it takes for capacitor to charge to 62.3%.The problem that I'm facing is that the values that I'm getting from A...
Im in the process of configuring a STM32L432KC to talk with an AFBR-S50 sensor. This sensor needs a periodic interrupt to trigger measurements periodically. In the example they are using a timer with down counting direction to generate the interrupt ...
ST has confirmed that STM32G070 uses same silicon as STM32G081, thus we're considering use it as the alternative to STM32G081 due to availability problems.STM32G070 lacks BOR feature and CEC hw block acc. to datasheet but we have proven by trial that...
SPI in stm32h7 (stm32h743iitx in slave mode) don't work, receive wrong values.how I make spi to work correctly in stm32H7? its not clear at allthanks,