BalajiVMay 14, 20233 min readThe Magic behind .EXE generationIn the build process of C, there are many steps involved from the creation of the C Program to converting it into an executable form....
BalajiVJan 17, 20211 min readTerminal based Chat Bot using STM32In this post, Chatbot is created on the terminal using STM32F446RE and USART Protocol Components: STM32F446RE as controller (link)...
BalajiVJan 16, 20211 min readRegister Level I2C using RTC and STM32In this post, DS1307 is used as RTC and it is connected to STM32F446RE using I2C Components: STM32F446RE as controller (link) Jumper...
BalajiVDec 5, 20202 min readProgramming BluePill using STM32 BoardIn this blog, I will be programming the STM32F103C8T6 using STM32F446RE which has an onboard ST-LINK- V2 Components: STM32F446RE (link)...
BalajiVDec 5, 20201 min readProgramming STM32F446RE using SWD connectorsIn this blog, I programmed STM32F446RE using ST-LINK-V2 using SWD connectors Components: STM32F446RE as controller (link) Jumper...
BalajiVNov 13, 20201 min readLCD Display controller using STM32 with no Library FunctionIn this Project, I controlled the LCD display using STM32F446RE on the Register level with no library function. Components: STM32F446RE...
BalajiVNov 8, 20201 min readRegister Level Coding in Arduino UNOIn this blog post, I will be doing register level coding using Arduino UNO Arduino is commonly programmed using ArduinoIDE although there...