User Activity

I know its clock is provided from the APB1, but I can't figure out how to calculate and what are the relations between fdcan_ker_ck and fdcan_pclk
I have the code working fine with the 1byte, 2bytes and 4bytes programming, reading and writing. But when I use the 8Bytes (double - word), It is always trapped in a hard fault handler. Any help?
I am new to Ethernet. What I am trying to do is to use it to send a packet from one board to another. What I did:Changed the default RAM to D1RAM to start from 0x24000000 to store the DMA descriptorsConfigured the MPU for the DMA Descriptors - I will...
here is the code I am using to scanint ScanConfig(__const char * format, va_list args) { unsigned i=0; char ch = 0; char buffer[256]; int ret = 0; while((i<sizeof(buffer))&&(ch!='\n')&&(ch!='\r')){ HAL_StatusTypeDef status...
Kudos from