Been doing a lot of testing with this script
void setup()
{Serial.begin(230400);//i vla 24
for(int i =0;i<300;i++)
{
UART->UART_BRGR = i;
Serial.print("Hello 1000");
Serial.print(" I val ");
Serial.print(i);
delay(300);
}
}
void loop() {
}
Due works only at a max of 460800 baud!