From this link you can get the datasheet of the device, you will need it while reading this post. Things to mention in this post:*…
View More ATSHA204 Device LibraryCategory: General
Real Time Clock – RTC_MK – Library
Things to mention in this post:* Real Time Clocks* Rtc_Mk In this post, we are writing Rtc_Mk real time clock Ilibrary using HAL I2C library.…
View More Real Time Clock – RTC_MK – LibraryTemperature Sensor- Tmp116n – Library
Things to mention in this post:* Temperature Sensors* Tmp116n In this post, we are writing Tmp116n temperature sensor Ilibrary using HAL I2C library. About Temperature…
View More Temperature Sensor- Tmp116n – LibraryBitBanging – SPI
Things to mention in this post:* SPI Communication protocol In this post we are going to do SPI communication protocol via GPIO pins. About SPI…
View More BitBanging – SPIMaking Windows Header File by .exe
Things to mention in this post:* Windows.h Library* Making Header File using windows features In this post, we are writing c code that makes header…
View More Making Windows Header File by .exe1-Wire Communication via GPIO
Things to mention in this post: * 1-wire Communication * Programming DS24b33 Maxim Integrated Product 1-Wire In this post, we are writing one-wire device communication…
View More 1-Wire Communication via GPIOUsing DMA safely while cache is enabled on STM32H7
Things to mention in this post: Below sections are all cited from Wikipedia for now. Cache on STM32H7 Memory Protection Unit (MPU) A memory protection…
View More Using DMA safely while cache is enabled on STM32H7Adding custom C template to Eclipse-based IDEs
Writing your all codes in a fixed format makes your codes easy to read and follow. Check the latest version of the template from here.…
View More Adding custom C template to Eclipse-based IDEsSide Effect of Macros
Using macros can be desirable for its practical uses. Since compilers basically replace the code written in macros, they are easily tend to error and…
View More Side Effect of MacrosUnit Testing in STM32CubeIDE
Test-driven development is becoming a trend in software development, actually it is a trend in software development that deals with high level languages. Now, it…
View More Unit Testing in STM32CubeIDE