2014-10-05 10:55 PM
Hello everyone
I am using STM8S003F3 in my project. I don't know how I can make a linked list in IAR environment. It seems that it is not just like what we do in C programming language. I mean defining a struct and putting a pointer of the self struct in the definition. has anyone made it or know how I should do? #stm8 #linked-list #iar