cancel
Showing results for 
Search instead for 
Did you mean: 

how to develop driver for GPIO of STM8L101

Schau.1
Associate
 
1 ACCEPTED SOLUTION

Accepted Solutions

Do you need an abstraction? Couldn't you just use library code to initialize and set the pin, or just register level interaction?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2

Do you need an abstraction? Couldn't you just use library code to initialize and set the pin, or just register level interaction?

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Schau.1
Associate

I am a beginner ,i got an assignment to develop drivers for GPIO , UART , I2C, SPI and ADC using stm8L101.

I am confused from where to start and how to start and what to read.

I have read reference manual its quite confusing.

i just need some guidance.