User Activity

Posted on June 26, 2017 at 04:00Hi, im trying to program (8byte) 500 lenght buffer into Internal an STM32F103xx microcontroller, i know how to write butchar receive_data[500]; / Char Belongs to 8bytesbut in STM32F1xx_hal_flash.h#define FLASH_TYPEPRO...
Posted on June 19, 2017 at 06:38My MCU is receiving from Java different packet lenght calls through USB CDC, When Java Sends 384 bytes the CDC_Receive_FS gets Called 6 times, 384/64 = 6and its impossible to know when the data has finished because th...