Hi Marius,
I have attached the project.
I opened a Tera Term window with the baud rate set to 115200 to match the project.
I built and ran the project and then typed in the following into the tera term window:
123456789012345678901234567890klmnop
The behaviour seems to be variable.
The results from Run_result.txt, shows the interrupt going off before all of the data is processed.
The results from Run_result_2.txt, has some strange text coming out while the program is loading. But the program runs successfully.
The results from Run_result_3.txt, shows the interrupt going off before all of the data is processed.
The results from Run_result_4.txt, shows the interrupt going off straight after the “Welcome to CodeWarrior” message, so no data was sent.
The results from Run_result_5.txt, has some strange text coming out while the program is loading. But the program runs successfully.
On previous runs I have seen the InterruptHandler exception being triggered while the program is loading.
I am getting a linker warning, as per the attached text file. This does not look right - perhaps this has some affect on my program?
Best regards,
Dave