Search found 3 matches

by hufster
Mon Feb 01, 2021 7:59 pm
Forum: C Programs
Topic: Installing latest firmware with KMotion.dll
Replies: 2
Views: 958

Re: Installing latest firmware with KMotion.dll

Update : We got it working with the following - Invoke - CKMotionDLL::LoadCoff(Thread = 6, Name = <Path to DSPKFLOP.out>, PackToFlash=1) Send - ProgFlashImage Send - Reboot! There is still a small kink in that after rebooting, we try sending the Version command to verify that it is the version we fl...
by hufster
Mon Feb 01, 2021 6:06 pm
Forum: C Programs
Topic: Installing latest firmware with KMotion.dll
Replies: 2
Views: 958

Installing latest firmware with KMotion.dll

We would like to update KFLOP firmware without using the KMotion UI. We are using the KMotion.dll to communicate over serial usb. We tried invoking CKMotionDLL::LoadCoff(Thread = 6, Name = <Path to DSPKFLOP.out>, PackToFlash=1). This didn't fail but also didn't update our firmware version on KFLOP.
by hufster
Fri Jan 08, 2021 3:12 pm
Forum: C Programs
Topic: Bitbanging serial data stream at controlled frequency.
Replies: 6
Views: 1780

Re: Bitbanging serial data stream at controlled frequency.

Hello, I am trying to use the asm(" NOP 9") command in our c program, but we get Error 109 when we try to add that line of code when we compile. Also, we are seeing the first high signal take longer than the rest of the signals. After reading the documentation and watching the TI Compiler Optimizati...