Hello my friend, to use CubeIDE with STM32L0, I had to make the following changes to the .h file: /*TO USE UINTxx_T*/ #include /*TO USE SIZE_T*/ #include /*TO USE I2C_HandleTypeDef */ #include "stm32l0xx_hal.h" With these changes it worked perfectly. Congratulations on the work!
@@nimaltd یکی اینکه داده ها رو به صورت رشته ای ارسال نمیکنه و بایت تک به تک ذخیره کرد، یکی هم موقع خوندن داده وقتی از دوتا تسک بخونی داده ها رو اشتباه میخونه که البته من خودم از میوتکس استفاده کردم اما درست نشد