Hey there,I want to recieve two SPI signals sharing the same Enable Line, e.g. having exactly the same speed. I record them using the HAL_SPI_Receive_DMA function and count how many times SPI1 and SPI2 filled there respective Buffers. When using HSI ...
Hello,I have a STM32L432 Nucleo32 and want to analyze its power consumption with the X-NUCLEO-LPM01A.I've read that there is the need to open connections to the STLink interface of the target.After that procedure, is there any possibility to reflash ...
Using CubeIDE and a STM32F4 board I'm trying to start an ADC conversion and make one of the two LEDs blink depending on the ADC value - if the value is smaller than a certain limit then one LED should blink and the other stay off, but if the ADC valu...
I like the way CubeIDE generate the code. Especially with "Generate peripheral initialization as a pair of '.c/.h' files per peripheral". This is very helpful tools not only for start the project but also for checking particular functionality.Why exa...
MCU: STM32F030CCT6Programmer: ST-Link/V2Software: STM32 ST-LINK Utility v4.1.0.0I'm new to STM32 mcu's and trying to comprehend the memory map.The Reference manual (RM0091, DocID018940 Rev 9) states in section 2.5 that when the Boot0 (pin) is high an...
we use STM32F427IIH6,when we download the program the following error occurs:cannot reset target shutting dowm debug session;cannot access memory;internal command error;What causes the failure?see the attachment for further informationthank you!
Hi. i have some problem when verifying the board composed of STM32F030RCT7 with Keil IDE (MDK ARM). I still don't know much about FW, so I ask a few stupid questions.Problem 1. I am basically setting the project through STM32CubeMX. I checked that t...