Yea, I'm currently in hardware development phase, then I write the code.
P.S: any link to a tutorial on including asm code in C? Particuraly, I want to write subroutines on time-sensitive operations, as is hardware -interface coding..., so, how do I reference C-coded variable in asm code? I designed a SPI interface for LCD which works excelent, bu to use it I must change the direction of SDI pin, as I use it for contrling RS pin on LCD module. Can I do it and still use CCS lib for SPI, or to write a specialised routines for my LCD?
I previously coded µC only in asm, but I know C from PC.