Posted on July 20, 2017 at 22:52Hello everyone,I recently got myself a little nucleo compatible http://www.waveshare.com/w/upload/3/3a/Accessory-Shield-Schematic.pdf that comes with at I2C Temperature sensor http://www.nxp.com/docs/en/data-sheet/LM7...
Posted on July 02, 2017 at 17:09Hello,I have a temperature sensor connected to the I2C1 bus of my board. To help me with basic configuration I use STM32 Cube to generate the base of my code. I usually then go on to write my own libraires to use at l...
Posted on June 24, 2017 at 02:22
Hello,
I think variation of this question has been asked a couple of time, but i'm trying to understand why what I am writing is not working.
Because I want to get some experience with the HAL librairies I go...
Posted on July 21, 2017 at 02:45Is there an issue doing a receive the way I chose to? Because the I2C_MemRead(); method looks a lot more complex and less straight forward?
Posted on June 25, 2017 at 23:24Yes, I was trying to use a Timer to get micro seconds delay. I read plenty on doing with sysTick and register level, but wanted to know if it is possible to get the same results with a timer.One more question spawned ...