Hi,
I'm trying to compile and link my program on a BF702 using CCES 2.9.0. I would like to use the utility rom for the specific peripheral drivers (SPI/TWI/PPI/UART), but it seems, that it doesn't link against the utility rom (memory map shows huge blocks of code use).
What i tried already:
- Remove all Flags "NO_UTILILTY_*"
- Use Silicon revision 1.1
- Even add Flags ("UTILITY_*")
- Check use utility rom
What else am i using?
- Strip unused symbols
It seems though, that my settings are overall quite ignored.