• Read *.h files from STARTUP.A66
    Hi there, is it possible to read some variable (e.g. x=0 or x=1) from a *.h file and make a corresponding choice (if...else...) in the STARTUP.A66? thanks Cheng
  • Read *.h files from STARTUP.A66
    Hi there, is it possible to read some variable (e.g. x=0 or x=1) from a *.h file and make a corresponding choice (if...else...) in the STARTUP.A66? thanks Cheng
  • Basic difference between "Generic User Guide" and "Technical Reference Manual"
    Hey hi , I am very confused between this two file. Currently I am working with SAMD21 controller based on Cortex M0+ processor so on referring this two file , i found variations. while dealing with...
  • Basic difference between "Generic User Guide" and "Technical Reference Manual"
    Hey hi , I am very confused between this two file. Currently I am working with SAMD21 controller based on Cortex M0+ processor so on referring this two file , i found variations. while dealing with...
  • DPPs in Startup.a66
    Hello, I would ask something about startup.a66... In the example code I have a next statement: ASSUME DPP3:SYSTEM ASSUME DPP2:NDATA MOV DPP0,#?C_PAGEDPP0 ; Init DPP0 (for DPPUSE)// What and...