Question
STM8S001J3 assembler
Hi. I'm writing assembler code for the STM8S001j3. The data sheet recommends setting ports E5 & F4 to lo for power useage & EMC reasons. However the .asm & .inc files called up do not define ports E or F. The same goes for the peripheral enable registers PCKENR1 & PCKENR2. This is using STVD 4.3.12.
What am I missing ? (apart from not using C).
