User forums > Embedded development

[Ubuntu] using dfu-util to downolad C++ program to a target.

(1/1)

71GA:
Hello!

I installed a DFU application (dfu-util) which i can use to download programs to a target system (LPC3141 microcontroler) via USB cable. I tested if my host (PC) recognizes
my microcontroler by typing
--- Code: ---dfu-util -l
--- End code ---
in terminal. After typing that, i got a feedback that my target is seen as
--- Code: ---[0x0471:0xdf55] devnum=9, cfg=0, intf=0, alt=0, name="UNDEFINED"
--- End code ---
. So this means i am ready to download programs created in C::B to my target by using comand
--- Code: ---dfu-util -U /path_to_a_program
--- End code ---
.



Anyone knows how do i have to compile my program in C::B so that i can upload it to my target? Microcontroler has an ARM9 core...



Navigation

[0] Message Index

Go to full version