I am using the template with CM7 as gated and CM4 core boot. This behavior works fine. In my application, CM4 runs on bank1 and CM7 runs on Bank 2. One sector on Bank 2 is dedicated to store application data. So CM4 tries to write to that sector, whi...
I have a project (for STM32L0) that use TIM6 to generate an Interrupt every 5ms and everything works perfectly both in release and debug when built wih no optimization.Then I built the same project with -Os(optimize for Size) -ffunction-section -fdat...
I am on STM32F401 and I want to measure PWM duty cycle (PWM input) with timer 3 and a DMA channel. I'd like to have the DMA to do several measurements and then calculate the average over it. My configuration is like this:My DMA config is like this:My...
Im using nucleo stm32f103. Does a modbus library exist or how would one go on with using modbus? Could not find any tutorials online.
How to add Build Analyzer function in WiSEStudio IDE?Available on Atollic TrueSTUDIO IDE.Thanks in advance.regards,fanyun.
Hi ST_community."Programing STM32F429ZIT6 micro"I have a question: what are the options to burn/download a program into a STM32F429?At this moment, I am working on STM32F429ZIT6-DISC1 board, now, everything is ok, everything is done it throughout ST_...
We also configured the other PAx pins, such as PA0, PA1, PA4, PA5, ect as ADC channels. these pins work properly.Removing SB13 and SB14 is based on the suggestion of NUCLEO-L073RZ manual (UM1724 Rev 14), in order to use PA2/3 pins.Please let us know ...