Failed to start the Debug session in STM Nucleo F401RE board.
Failed to start the Debug session in STM Nucleo F401RE board. Please check the attachments below and provide a solution to program the board.
Failed to start the Debug session in STM Nucleo F401RE board. Please check the attachments below and provide a solution to program the board.
CubeMX tells very little about PWM. For instance PWM is not listed in pin function list. There is not much about timer outputs either.
Hi everyoneI'm trying to use STM32F303 to measure the battery voltage via Vbat pin.I use 1-cell Li-Po battery (about 3.5V to 4.2V)According to the datasheet the Vbat should be 1.65V to 3.6VSo I have a 3/4 voltage divider resistor outside the chip, a...
Hello dear experts,I am trying to send a binary 32bits over the uart3 using either HAL_UART3_Transmit (polling, It or DMA). 1- sending roughly the 32bits with a length of 4 in the function parameters does not work.2 -sorting the 32bits data in a 8bit...
HiI am working on a device that need to store some parameters in eeprom quite frequently. Is it there any eeprom wear leveling algorithm on top of HAL that I can use to extend the eeprom life?BRGilberto
If I make a custom board and I want the same STM32F103CBT6 on chip board programmer debugger, how do I make the STM32F103CBT6 that kind of debugger programmer? If I buy that component I assume it isn't automatically configured that way, so how to ach...
Good Morning,I encountered a problem concerning the SPI peripheral. When it is configured in half-duplex master mode, I'm able to transmit data but not to receive them.Here's the inizialitazion code for SPI peripheral (auto-generated with MX Cube):/*...