Hello Everybody
I wanted to ask from where I can get the registers for register manipulation. Now I know from the datasheet, but because I learned Programming with MPLab, so with Microchip MCUs, I don t understand how to manipulate registers with the Arduino IDE.
I need to get the TC working. The register bits I need to enable/disable and the fact how the generic clock works, I do know but I don t understand how to write it.
for the generic clock it is:
REG_GCLK_CLKCTRL |=;
but for the TC its not like that:
REG_TC_CTRLA
Can someone tell me how this principle works, or where I can find the names I have to use, to manipulate the registers.
ps. I searched thru the forum but didn't find anything. maybe I missed it.
Kind regards
Domenic