I need assistance connecting GPS EB056 board to an ARM board. How to patch and why. I set the jumpers at D(J5) and 3(J7), the J2 is set to 3V3, plus installed the 2032 battery. I was trying for about an hour, and gave up:) Tried everything, and nothing. Tied both A (RX - PA5, TX-PA6) and C (RX - PA21, TX-PA22) ports,connecting TX from EB056 to TX on ARM board, and RX from EB056 to RX on ARM board, i tied connecting PPS to TCLK0 on PA4 and SCK0/1 on PA2 and PA23. I also found that in v5 ARM flowcode i get the following error message when I'm trying to use HW channel 2 on UART (the boud rate is set to 9600). The channel 1 compiles with no error, anyway the message was:
Launching the compiler...
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\Tools\MX_bats\arm7comp.bat "GPS" "F:\FLOWCO~1\SPA"
In file included from C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\includes.c:564,
from GPS.c
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c: In function 'FC_CAL_UART_Init_1':
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c:362: error: 'AT91C_PA21_RXD0' undeclared (first use in this function)
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c:362: error: (Each undeclared identifier is reported only once
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c:362: error: for each function it appears in.)
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c:362: error: 'AT91C_PA22_TXD0' undeclared (first use in this function)
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c: In function 'FC_CAL_UART_Update_Baud_1':
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c:687: error: 'AT91C_PA21_RXD0' undeclared (first use in this function)
C:\Program Files (x86)\Matrix Multimedia\Flowcode ARM V5\CAL\/ARM\ARM_CAL_UART.c:687: error: 'AT91C_PA22_TXD0' undeclared (first use in this function)
Error returned from [arm-elf-gcc.exe]
Return code = 1
Flowcode was unable to compile the flowchart's C code due to the following errors:
If your flowchart contains C code, please review this carefully. If your flowchart contains no C-code or you have thoroughly reviewed the code, contact Technical Support.
FINISHED
Best regards,
Mantas