Trying to flash the core M4 on a STM32h757 micro, Keil give me the following error.I have 2 eval board: one works fine and the other one give me the above error with the same keil project and configuration.Just to inform you, when I flash the CM7 cor...
Hi, I'm trying to communicate with multiple spi slave sensors using STM32F401.I need to access the sensors many times in 1ms period, so I want to drive SPI1 and SPI2 in parallel.I set SPI1 and SPI2 to use DMA, then called, HAL_SPI_TransmitReceive_DMA...
When I make debug, program steps appear where there are no brekpoints. It shows the debug steps in the description lines.
Dear Sir・I want to use NUCLEO-F446RE as a PoC for IoT.・I plan to use alkaline batteries and connect to CH6 PIN4. (3.3V)⇒It is necessary to reduce the current consumption.I investigated with a simple FW.(Use stabilized power source(SPS))Case:Run Mode(...
I am currently learning to use timer interrupts using the HAL library on the STMF769I-DISCO. I am trying to get the interrupt to activate when it reaches a certain value. From my understanding, the interrupt activates when the counter period overflow...