Hi,
We use StarterWare V2.00.01.01 in our software. Switching from ARM compiler V5.0.5 to V5.1.7 gives the following warning: #1557-D white space between backslash....
The problem ist the white space after some title delimiter (comments) in some of the header files.
Any plans to correct this in the next release?
By the way, some of the macros in some header files are not correct (e.g. hw_mcspi.h). There are parenthesis "()" missing e.g. in the macro "#define MCSPI_CHCONF(n) (0x12C + (n * 0x14))" that should be "#define MCSPI_CHCONF(n) (0x12C + ((n) * 0x14))" as "n" could be an expression.
Thanks and best regards,
Patrick