Forum Posts
Can CM4 put CM7 core to sleep (or stop or halt)
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...
TIM6 Interrupt and Compiler Optimization
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...
Can I measure PWM duty cycle using DMA?
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...
STM32 MODBUS
Im using nucleo stm32f103. Does a modbus library exist or how would one go on with using modbus? Could not find any tutorials online.
WiSEStudio Build Analyzer
How to add Build Analyzer function in WiSEStudio IDE?Available on Atollic TrueSTUDIO IDE.Thanks in advance.regards,fanyun.
How to burn (download) a program into a Micro if I am not using a Experimental board as Discovery board....
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_...
NUCLEO-L073RZ, ADC reading problem on PA2 and PA3 pins We removed SB13 and SB14 resistors on NUCLEO-L073RZ board and configured PA2 and PA3 as ADC channels (in CubeMX), but AP2 and PA3 don't read any analogy inputs.
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 ...