Well thank you ca still does not work but I continued to search ...
And here's the code ... thank you to soon
edit:
The part below is for she parameterize dsPIC33? or is it just you setting pins by UART / CAN "PPS" configuration
And here's the code ... thank you to soon
edit:
The part below is for she parameterize dsPIC33? or is it just you setting pins by UART / CAN "PPS" configuration
Code:
. USE_TXENABLE equiv, 1; xxx uncomment to use a tx enable pin
. ifdef USE_TXENABLE
. equ TXE_DELAY, 10; xxx us in time to WAIT BEFORE Transmitting After pulling the enable pin high tx
. equiv TRISR_TXE, TRISA; xxx Containing Tris tx enable register
. equiv LATR_TXE, LATA; xxx harbor Containing tx enable register
. equiv TRISB_TXE, TRISA1; xxx bit for tx enable sorting
. equiv LATB_TXE, RA1, xxx Port enable bit for tx
. endif