Other Parts Discussed in Thread: TMS570LS0432, HALCOGEN
Tool/software: Code Composer Studio
Hello,
I am struggling to use n2het pin of tms570ls31usb as sci.
n2het[6]-----rx
n2het[13]---tx,
I used the code inside attached file. The only difference between the code I used and the code in attached file is change of pins inside assembly code .When I examine the values of data of het ram-instructions during transmitting a letter, I can see the changes. Especially when I try to send a letter on polling mode, instruction[4].data is changing. But there is no transmission on the tx pin / n2het[13]. Is it enough to access and change some values in the het ram for transmission?
I have also heard that htu is necessary for transmission between het ram and main ram. But this example does not use the htu for the transmission, only make some changes in het ram.If you have any idea, please share with me. Thanks in advance.