User Activity

Hello,I am trying to implement the DFU protocol in an Android app. I am following AN3156.I am using UsbDeviceConnection class for the control transfer in android. I am able to write to the memory to any address using the routines described in AN3156 ...
Hello,I am trying to transmit some data on my STM32F042F6P6. But my PC's serial monitor only picks up some of it. Here is the code and the serial monitor output:void readAllRegs(void){ uint8_t value; for (uint8_t addr = 0x00; addr <= 0x2E; addr++...
Hello everyone,I am trying to use both USB CDC and SPI on a STM32F042F6P6 MCU. Unfortunately, without even writing almost any code (just an HAL_SPI_TransmitReceive() and a CDC_Transmit_FS()) it says the flash memory overflows by 1484 bytes.Is this no...
Hello everyone,I am having trouble communicating with CC1101 radio SPI slave. With HAL, the transfers work well and I am able to read every register, but because I am using stm32f042 MCU, I'm low on flash memory because I'm also using USB CDC. So I'm...
Hello,I have problems with building the cdc_msc example on STM32CubeIDE. My board is STM32F411 blackpill.I have followed the instructions in https://github.com/hathach/tinyusb/discussions/633 but get errors when building.Below I will link my entire p...
Kudos from