A short report on my progress with LL driver

After the success with the DS18B20 temperature sensor, I started working with I2C peripheral, trying to read and set a PCF8583 real time clock but there is a catch.The only thing I used from LL driver is the initialization function generated by the CubeMX software. The other (4) functions (I2C in master mode) I got … Continue reading A short report on my progress with LL driver

Even the Low Layer Driver can get a … cold

I finished testing both applications with DS18B20 temperature sensor so both libraries, onewire and ds18b20 are working well with Low Layer API. And the compiled code is almost four times smaller. The applications are identical with the ones written for HAL API.I prepared the library for the PCF8583 real clock timer that uses the I2C … Continue reading Even the Low Layer Driver can get a … cold