User Activity

I want to transfer binary data (not character) without having to worry about character conversion, so directly:uint8_t data = 0xBF;HAL_SPI_Transmit(&spi1handle, (uint8_t *) data, 1, 1000);But I get something else at the receive end, specifically I ge...
I've deleted STM32CubeIDE in ubuntu using its software package manager. Unfortunately there are still some things not uninstalled, how to completely remove it?
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...