Other Parts Discussed in Thread: CC3200, SYSCONFIG
Tool/software: TI C/C++ Compiler
Hello!
i'm a CC3200 beginner. Maybe somebody could help me.
My tools:
CCS 9.2, TI-RTOS, SDK3.30.01.02, Kit: CC3220MODASF
My goal:
LIN interface
Problem:
the SYNC Break field causes me problems.
I dont know how i can realize this with the SDK
i want to switch the UART1_TX PIN07 between:
1) SYNC modus: PIN07 is GPIO output
2) UART modus: PIN07 is UART_TX ..... OK is working
My solution:
PinModeSet(61, 0); // GPIO MODE
PinModeSet(61, 5); // UART MODE
working not well.
Somebody could help me?