2024-09-07 01:47 AM
good morning. i just finished my code that makes a led blink. i pinned it on the GUI and wrote the code on the main. before flashing it i want to know what is the problem of my pin: it is written that the symbol can not be resolved even thougt there is no error when i build the code. however, there is an error logo next to my project
moreover. i want to know if i can get real tutorials and samples on basics of SPC: use of registers, interruptions, ports... i searched a lot and only got the 8 part videos on Autoddevkit. searching on this forum i saw that other people are struggling finding low level examples to really understand spc5
2024-09-07 11:34 AM
Hi,
If you want to know details about SPC5 architecture, then the best source is the Reference Manuals, that for example can be found here:
The key point is that these manuals are over 1,000 pages and it takes a lot of effort if you want to start from the hardware architecture and single MCU registers.
AutoDevKit Studio has been created exactly to mask this complexity and let people program the MCU without having to go to in deep study of the architecture.
Finally, if you keep exploring the low-level drivers and look at the source code available inside AutoDevKit Studio you will reach down to the register level.
Therefore, up to you on which approach to follow.
Best Regards,
AutoDevKit Team