Forum Posts
Problem with using PLL and two SPI on STM32F103C8 bluepill
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 ...
Reflash target while connected with X-NUCLEO-LPM01A
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 ...
Getting a reading from STM32 ADC when connecting a pull-up input pin to GND
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...
STM32F429 SPI rise time
Hello!I work with STM32F429 nucleo board.I try to connect it to CC1125 by SPI.The requirement of SCK rise time is less than 40ns.I tried different SPI channels and SCK pins.Typical SCK rise time of the board is about 50 ns.How can I improve it?
Resolved! Why examples are not in the way CubeIDE (CubeMX) generate the code?
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...
Resolved! STM32F0 System Memory location wrong in Reference Manual?
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...
STM32F4 cannot reset target
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!
Resolved! some misunderstanding on test board based on STM32F030RCT6
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...