-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The uart ouput seems to have a strange bug where if you start using the uart to quick it goes on a different baud rate
Compiled program
#include "hwlib.hpp"
int main( void ){
// kill the watchdog (ATSAM3X8E specific)
WDT->WDT_MR = WDT_MR_WDDIS;
hwlib::wait_ms(1); // This looks like it fixes the behaviour of the uart output
for(int i = 0; i < 100; i++){
hwlib::target::uart_putc('A');
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

