STM32Cube_FW_F4
STM32Cube_FW_F4 copied to clipboard
a clone of stm cube f4 library
Hi I am trying tou build prgram for stm3241G-Eval board , but i am facing problem with ALL Rtos LWIP realted programs , any one has clue , whats wrong...
https://github.com/fboris/STM32Cube_FW_F4/blob/d26b044806fb6f5568a6dace9b23d67b3fd5a0f9/Drivers/BSP/Components/lis3dsh/lis3dsh.h#L1094
`struct ONE{ char one[1]; char two[2]; }one_s; struct Two{ char one[1]; char two[2]; }two_s; struct THREE{ char one[1]; char two[2]; }three_s; //calling .. fir fun HAL_UART_Receive_IT(&huart1,(uint8_t *)one_s.one,sizeof(one_s)); osDelay(10); //calling .....