User Activity

Being new to STM8 development, I'm having a problem getting the external interrupt to work. There are many bits and pieces of external interrupt code I've found on the internet, but I haven't found a definitive piece of code that works as expected. H...
I'm using ST Visual Developer with Cosmic-C compiler.Writing code for STM8S903K3.Making a pointer to get the value from a SPR register, ADC_DRH:uint8_t *pv;pv = *0x005404;I keep getting the errors;#error cpstm8 main.c:85(8+8) invalid indirection oper...