Search found 4 matches

by quytran
Mon 19. Oct 2020, 19:00
Forum: PCAN-GPS
Topic: PEAK-GPS: Looking for 10hz @ 667k baudrate
Replies: 7
Views: 8408

Re: PEAK-GPS: Looking for 10hz @ 667k baudrate

Looking at this more specifically, I will have to modify the following addresses here:


/*******************************************************************************
local definitions
******************************************************************************/

#define SYM_BMC_ACCELERATION ...
by quytran
Fri 16. Oct 2020, 00:01
Forum: PCAN-GPS
Topic: PEAK-GPS: Looking for 10hz @ 667k baudrate
Replies: 7
Views: 8408

Re: PEAK-GPS: Looking for 10hz @ 667k baudrate

Hello Marvin,

Good news! I was able to "Run Task" via the "Terminal" ribbon in VS Code. Successful "make all".

Using PcanFlash.exe, I was able to flash the firmware onto the PEAK-GPS module. Note, the images/instructions in the hardware manual are out-of-date for the current PcanFlash.exe version ...
by quytran
Wed 14. Oct 2020, 05:50
Forum: PCAN-GPS
Topic: PEAK-GPS: Looking for 10hz @ 667k baudrate
Replies: 7
Views: 8408

Re: PEAK-GPS: Looking for 10hz @ 667k baudrate

Hello Marvin,

Thank you for the starting tips! Hope this message finds you well.

I've modified the can_user.h and .c file accordingly. I've attempted to run "make all" after "make clean" and received this error:

PS C:\AdvEng\PEAK_GPS\Hardware\PCAN-GPS\Examples\08_GPS_10Hz_667kbd> make clean
ECHO ...
by quytran
Thu 17. Sep 2020, 00:49
Forum: PCAN-GPS
Topic: PEAK-GPS: Looking for 10hz @ 667k baudrate
Replies: 7
Views: 8408

PEAK-GPS: Looking for 10hz @ 667k baudrate

Hello,

I just recently purchased a PEAK-GPS sensor module and looking for plug-and-play setup. At the moment, the delivered firmware is 1 hz @ 500k baudrate. I know that there's an example for the 10hz firmware, but would like to know how to modify the code for 667k baudrate.

What ide/programming ...