top of page
Search
BalajiV
May 14, 20233 min read
The Magic behind .EXE generation
In the build process of C, there are many steps involved from the creation of the C Program to converting it into an executable form....
28 views0 comments
BalajiV
Jan 17, 20211 min read
Terminal based Chat Bot using STM32
In this post, Chatbot is created on the terminal using STM32F446RE and USART Protocol Components: STM32F446RE as controller (link)...
3 views
BalajiV
Jan 16, 20211 min read
Register Level I2C using RTC and STM32
In this post, DS1307 is used as RTC and it is connected to STM32F446RE using I2C Components: STM32F446RE as controller (link) Jumper...
7 views0 comments
BalajiV
Dec 5, 20202 min read
Programming BluePill using STM32 Board
In this blog, I will be programming the STM32F103C8T6 using STM32F446RE which has an onboard ST-LINK- V2 Components: STM32F446RE (link)...
12 views
BalajiV
Dec 5, 20201 min read
Programming STM32F446RE using SWD connectors
In this blog, I programmed STM32F446RE using ST-LINK-V2 using SWD connectors Components: STM32F446RE as controller (link) Jumper...
22 views
BalajiV
Nov 13, 20201 min read
LCD Display controller using STM32 with no Library Function
In this Project, I controlled the LCD display using STM32F446RE on the Register level with no library function. Components: STM32F446RE...
67 views0 comments
BalajiV
Nov 8, 20201 min read
Register Level Coding in Arduino UNO
In this blog post, I will be doing register level coding using Arduino UNO Arduino is commonly programmed using ArduinoIDE although there...
32 views0 comments
bottom of page