Reviving this thread… I’m starting my hacking to get the TeleMini v3 to read an external u-blox GPS. I’m doing serial port config stuff. It looks like I have to set a few things in ao_pins.h, but I’m not sure which serial 1 settings the TeleMini needs. I’m guessing PA9/PA10 is the right serial 1 setting. (Although AO_PA11_PA12_RMP is defined in the USB section.) Does this look right?
#define USE_SERIAL_1 #define USE_SERIAL_1_STDIN 0 #define SERIAL_1_PB6_PB7 0 #define SERIAL_1_PA9_PA10 1 If it needs PA11 & 12, I don’t see those defined in ao_serial_stm.c. I’m guessing that would look like the PA9 & 10 chunk of code except with 11 & 12 (gpioa & STM_AFR_AF1). ? Thanks, -Bryan _______________________________________________ altusmetrum mailing list [email protected] http://lists.gag.com/mailman/listinfo/altusmetrum
