This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-F28027F: General Purpose registers available to user in C2000 series

Part Number: LAUNCHXL-F28027F


When a gpio is used as an input, it samples the data on it pin and saves it in a 'boolean' data type in memory. This memory access time is large which slows down the max rate at which  data can be sampled at a gpio. Is there any internal CPU register available to store data available on gpio without accessing the memory. I am assuming writes to internal CPU register are faster than writes to memory. Currently i am using picolo 28027F. Please suggest me some other c2000 mcu which has this availability of general purpose internal register.