Hi David,
You'll need to update next files:
PA\PA_Support\Serial\Common\UART.h -- here please add next line in UARTBaudRate enum struct:
kBaud768000 = 768000
And also replace in next file next value macro kBaud115200 with the one preconfigured above kBaud768000
More exactly this will be after update:
| #define UART_CONSOLE_BAUD_RATE | kBaud768000 |
PA\PA_Support\ewl\EWL_C\include\pa\uart_console_config.h
Now, will need to re-build your UART project and ewl libs.
For UART project just use the P1025TWR serial project presented above and just rebuild it.
For ewl libs please take a look in next chapter 22.3.3 How to Rebuild the EWL Libraries from PA\Help\PDF\Power Arch Build Tools Reference.pdf .
Please let me know any results,
Marius