Hey,
thank you for the example and no i did the signgal connection.
A few words, i just rebuild your example and tried it first without reach the Interrupt routine. So i changend my baud rate from 115200 ( in UART configuration and Hyper Terminal) to 19200. Also i had to change the FIFO amount to 16. <-- because I only got three bytes an not 11
I also used in the UART configuration the FIFO receive buffer interrupt. Maybe that was also a mistake ??? I my unterstanding it is just the different when the interrupt should occurs or there are othe sepzifications?
Finaly in case of a reception an interrupt occurs. Therfore i changed baud rate ( lower speed), FIFO size and rebuild a new Project. Why my other examples ( UART examples) and other project didn´t work are still misterious. I hope I can check this in the next few days,...
@ smktec
Thank you for your support. I will look after this, just for getting a better understanding because i´m a beginner. Therefor one further question:
USIC0_CH0->RBCTR= DPTR + (LofRx<<28) + (LimitRx<<1) + (SizeRx<<24);
this line mean, that i just set the part of the RBCTR i mentioned here ?
thank you for the example and no i did the signgal connection.
A few words, i just rebuild your example and tried it first without reach the Interrupt routine. So i changend my baud rate from 115200 ( in UART configuration and Hyper Terminal) to 19200. Also i had to change the FIFO amount to 16. <-- because I only got three bytes an not 11
I also used in the UART configuration the FIFO receive buffer interrupt. Maybe that was also a mistake ??? I my unterstanding it is just the different when the interrupt should occurs or there are othe sepzifications?
Finaly in case of a reception an interrupt occurs. Therfore i changed baud rate ( lower speed), FIFO size and rebuild a new Project. Why my other examples ( UART examples) and other project didn´t work are still misterious. I hope I can check this in the next few days,...
@ smktec
Thank you for your support. I will look after this, just for getting a better understanding because i´m a beginner. Therefor one further question:
USIC0_CH0->RBCTR= DPTR + (LofRx<<28) + (LimitRx<<1) + (SizeRx<<24);
this line mean, that i just set the part of the RBCTR i mentioned here ?