MicroDeviceTn / C099-F9P_NTRIP_Server

4 stars 1 forks source link

How to compile main.cpp #1

Open RossMelbourne opened 2 years ago

RossMelbourne commented 2 years ago

Hello, Thank you for posting this code. I am not yet able to make my C099-F9P board work as a NTRIP Server (ODIN Led does not light up and nothing is sent to RTK2GO). I am wondering if I am compiling it correctly. I am using the on-line Mbed compiler (https://ide.mbed.com/compiler) and I included mbed-os. The compile ends in 'Success!'. It produces a .bin file which I am sending to the C099-F9P board with the following command:

.\stm32flash.exe -b 115200 -w NTRIP_Server.UBLOX_EVK_ODIN_W2.bin -S 0x8010000 COM18

I am wondering if I need a specific version of mbed-os for this to work?

Thank you,

Ross

DavideLentini commented 7 months ago

@RossMelbourne Hi ! Any news about that?