What is the difference between STM32F205VGT6W and STM32F205VGT6 ? Thanks
Description:ARM Microcontrollers - MCU High-performance Arm Cortex-M3 MCU with 1 Mbyte Flash, 120 MHz CPU, ART Accelerator
Ask questions, find answers, and share insights on STM32 products and their technical features.
Description:ARM Microcontrollers - MCU High-performance Arm Cortex-M3 MCU with 1 Mbyte Flash, 120 MHz CPU, ART Accelerator
On STM32F105 chip, i need to output a pwm, then adc caputure the voltage on pwm high stable level.So i try to set tim1 ch1 to pwm out, and then set tim1 ch2 as compare output wih no pwm to trigger adc capture with DMA. (CC2<CC1)Eventrually, i cannot ...
Are there any example that uses USART as SPI ? Currently I am using stm32g071kbt6 mcu for a project and i have to use USART peripheral as SPI. Other SPI peripherals on use. I found a few presentation about USART that says USART can be use as SPI and ...
I am working with a dual core processor for the first time & am wondering if i need to use a semaphore to block one processor while the other reads a peripheral register?In my application the M4 is being used as a slave for some concurrent processing...
Hello, I have stm32f4disc and baseboard, ov 9655 camera module, lcd screen. I want to make a camera. Who has guides or tutorials that can help me. Thanks
I am attempting to use the DMA to auto-load PWM values for a motor control application. An example very similar to what I want to do is given in the RM0090, section 17.4.20 (for STM32F427). However, I'm missing some detail and can't get the DMA to tr...
STM32F030C8 - I'm not using any of the ST libraries.I'm attempting to secure the mcu.I unlock flash and unlock the option write - verified.I am using a J-Link debugger to verify the process.Option byte before process == 0xaa55 - or level 0 accessI er...
I would like capture the CNT register and transfer it to a circular buffer on every rising/falling edge on 10 different signal lines. Is this possible and is there a reference which describes how to do this?This is on the STM32H7 series.I have read ...