User Activity

For educational purpose, I want to make a STM32F103 board.I'm going to design, make, and sell them. To use ST's reference project also, the nucleo schematic can be the best reference.If I make a STM32F103 board based on nucleo schematic (remove STLIN...
I'm running USB CDC in HS with STM32F405.Receiving data from PC is very good. But, sending data to PC has problem sometimes. To send data, I'm using CDC_Transmit_HS ( *Buf, Len )There is no error in the function at all. But, data is not sent to PC.To...
I'm implementing USB CDC for my project. In the USB callback function (CDC_Receive_HS), I copy the contents to a user's data array and exit the function. I process the received data in the main function. (not in USB interrupt routine)What I want to d...
I'm using STM32F401RB, which has an internal 128KB flash. IAP bootloader is using about 20KB. So, I set USER_APP's flash address to 0x08006000 (24KB)When I download the USER_APP hex file with STLINK UTIL or STM32CubeProgrammer, they erase the flash f...
I am generating a special signals with GPIO. It is unique protocol signal to communicate with other system.To make signal timing, I ran one of TIMER counter and check the value in a while loop.But, the problem is from USB connection. If I don't conn...
Kudos from