RM0440 Rev 2 Figure 266 Advanced-control timer block diagram missing CNT to Capture/Compare register arrows?
Minor issue - In the figure, Capture/Compare 5/6 registers should have "arrow" coming to them from "CNT Counter block".
Ask questions, find answers, and share insights on STM32 products and their technical features.
Minor issue - In the figure, Capture/Compare 5/6 registers should have "arrow" coming to them from "CNT Counter block".
HiI'm developing on STM32G071C8 with the developing circuitI'm trying to reach 64Mhz as system clockI'm programing RCC->PLLCFGR as follows:R=Q=2 (both on) . P=off N=16 M=2 or N=8 M=1 PLL source=HSI16any combination above 54Mhz - disconnects Flas...
Hi,I have a very confusing problem and looking for some outside thinking. I have a project designed around the STM32L433 a nice process that works very well. I am having a problem updating the flash with new firmware remotely. It is an iot type devic...
We are using stm32f769 with 8 gb EMMC , from other forums we understood that there is no HAL support for emmc for more than 2 gb , we are hard coding the emmc block count to 0x773594 and emmc block size to 0x200 . These values are calcuated in accord...
Hi.I just bought the STM32303E-EVAL evaluation board. I want to inspect parts of it's demonstration firmware code. I only can find source code for the STM32303C-EVAL firmware (STSW-STM32124) , so where can I find the source code for the STM32303E-EVA...
[SOLVED]HiI'm Pretty new to stm and i want to communicate to 4 ESC's.I have the STM32F446VET and am using TIM1-4 each with channel 1./** * @brief TIM1 Initialization Function * @param None * @retval None */ static void MX_TIM1_Init(void) { ...
code and explaination
I'm planning to make a multi MCU system where one MCU will act as a video driver, so I need a fast communication between two of them (al least 20MB/s). What is the best way to do that without active MCU involvement? Busy waiting on port inputs sounds...
Hello, I am trying to write data into flash memory location of the STM32F413ZH. So I tried to do in all the 15 sectors, but I am able to write only in the 9 sector of flash memory remaining sectors I am not able to write.I want to know t...