User Activity

Posted on January 31, 2015 at 13:42 #define __HAL_DMA_GET_IT_SOURCE ( __HANDLE__, __INTERRUPT__ ) ((((__HANDLE__)->Instance->CCR & (__INTERRUPT__)) == (__INTERRUPT__)) ? SET : RESET) The documentation has such a definition for this macro: ...
Posted on January 30, 2015 at 05:05 Attached is the project files, CubeMX file is also in the package. I just added some simple code in these 2 places. everything else is generated by CubeMX. main.c, int main(void) /* USER COD...
Posted on January 25, 2015 at 16:42 I have 5 stm32 boards, 3 with F103RBT6 , 2 with F103C8T6. I build an USB HID firmware by using USB FS Device Library 4.0, the code is just modified from the custom HID demo in the ST USB device library...