I have a multi-part question.
1) Is the September 2004 release of the TMS320C55x Chip Support Library API Reference Guide the most recent?
2) Why does the above mentioned literature specifically state that the GPIO_pinWriteAll() function is available for the C5509A (p. 8-15) when the compiler and linker say otherwise? A quick search of the "include" sub-folder for the C55xxCSL library shows that csl_gpio5502.h is the only header that declares this function.
3) Obviously (I hope), I am using CSL with the C5509A, so I am including csl_gpio5509a (the above mentioned reference guide does not specify which headers need to be included for each module). So. . .
. . .How do I read/write multiple GPIO pins on a C5509A with CSL?