This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I got the bootloader code running in RM48. I wanted to download the application code into RM48 flash using the PC-side VC++ example Host Application Software provided by TI (CAN_Bootloader_Test.zip at http://processors.wiki.ti.com/index.php/RM48_HDK_Kit#HDK_BootLoader_Sample_Code).
However, when I tried to run it, it gave me the following error message:
"The program can't start because NICAN.dll is missing from your computer. Try reinstalling the program to fix this problem"
I would like to know where I can get this DLL.
Could you please provide a procedure on how to correctly setup the sample application software so it can download the application code into RM48? The UART example has a detailed procedure on how to do it.
Regards,
Dennis
I found out that the DLL is from National Instruments. It seems that this DLL only supports National Hardware Instruments product.
Could you please recommend what National Instruments' hardware to use so I can successfully run the sample project?
I'm curently using the KOMODO CAN DUO from Total Phase which has its own library.
Regards,
Dennis
Hi Dennis,
The host application is developed based on NI USB-8473. If you use Komodo Duo, please install Komodo USB driver, include Komodo interface API library in your project, and replace NI API with Komodo API in my sample project.
Regards,
QJ