User Activity

Hello I Have stm32f107vct6 And I Want to send data from master to slave I2C Protocol . I Wrote Some code But it didn't work.Do you Have complete Example for i2c?this is my code Master:while(1){ while(!__HAL_I2C_GET_FLAG(&hi2c1,I2C_FLAG_BUSY)) HAL...
HelloI use stm32f030k6t6 and i want to read micro sd with chan library.so i download and use the sample project (http://elm-chan.org/fsw/ff/ffsample.zip) there is a file named Stm32f100.h on the sample project.if i use other stm32f1xx its work .but w...
Posted on March 11, 2018 at 14:33helloi use stm32f107 and use to standard standard peripheral library but now i have use hal drive and i new on it.i want to build a transmitter receiver.i want when receive data in mcu  i get an interrupt .when i use...
Posted on February 26, 2018 at 09:59HelloI'm Working on stm32f107vct6 and use internal rtc but it have a bug and i cant save date (loss date when it reset).i decide to use tiny rtc and i new on hal library.i used to spl. i  can't find library with h...
Posted on February 24, 2018 at 09:39Helloi use stm32f107vct6 and use cube and hal driver.i init the rtc like example in the cube mx and it work.when i reset the time is correct but date have problem and doesn't save.what can i do?hrtc.Instance = RTC...