Avoiding STM32 for new product designs?
Is it reasonable to consider using an STM32 for new product designs. Can't find any official statements of if and when any microcontroller will be available through official channels/distributors.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is it reasonable to consider using an STM32 for new product designs. Can't find any official statements of if and when any microcontroller will be available through official channels/distributors.
Hello Everyone!Wanted to ask because I have a problem with getting the z pulse, or index channel to work on my encoder. I am using an encoder on a motor, and a nucleo board, and programming everything on stm32cubeide.What is the correct way of doing ...
On an STM32F746 I'm using TIM3 in encoder mode to count pulses from a motor's quadrature encoder. I'm using TIM2 to generate interrupts every 10 msec were I read the TIM3 CNT register to calculate the motor's RPM. There's some jitter here because of ...
Dear Madam/Sir,As Tende, we produce medical devices for neonatal intensive care. We have been looking for a product that you can see below for a very long time, but due to the chip crisis, we are getting very high prices. Some items are not even offe...
I'm not completely sure where to start. But, I have 20k of data and I want to write to to flash.I'm using this function to do it (Start address is Bank2 of this processor 0x08080000)page size is 256 bytes, for this MCPU. (StM32L471)void Save_to_Flas...
Is the GPIO ASCR register purposefully left out of the register section of the reference manual for STM32L4+ series?Thanks
I have STM32H745 Discovery Board. https://community.st.com/s/article/FAQ-DMA-is-not-working-on-STM32H7-devicesI have tried all the solutions which provided in the above link but nothing is worked for me. please help me out on this.
Hey there,I'm trying to access STM32G071's backup register TAMP_BKP0R, PWR_CR1 is set successfully, however I can't store anything in the backup register.enum backup_reg{foo0, foo1, foo2, LOW_POWER_RESET}; RCC_APBENR1 |= RCC_APBENR1_PWREN_MASK; ...
Hello. I'm trying to set I2C on the stm32l052 processor to send data continuously in circular mode. It sends once and then stops. The code appears below.