2017-04-11 09:26 PM
Hello,
Does any one have stm8s003f3p6 eep-rom read and write example code in stvd. How do I assign dataeeprom address directly to a pointer variable.
unsigned int *ptr=(unsigned int *)0x4047; is this OK?? Thanks.