You are on page 1of 4

1. Installed HEW along with GNUM16CM32Cv803-ELF. (I did not install ftjam or any make software) 2.

I added C:\Program Files\Renesas\Hew\Tools\KPIT Cummins\GNUM16CM32C-ELF\v0803\m32celf\bin to the PATH variable 3. I downloaded eisplatform_gcc_SPP-PAN.rar from http://www.csee.ltu.se/~jench/mulle/tutorials/tutorials.html 4. Unzipped the the .rar file 5. Used M16-Flasher to write library.mot file available in ..\eisplatform\contrib\proj\m16c\spp_tutorial on the Mulle. 6. I compile the code by going to the project directory and typing make in the m32c-elf Toolchain. I deleted the already available library.mot

7. It works properly Mulle is detected as Mulle v3 133 on PC and I have the serial port service available which I am able to connect to and test it using hyperterminal

8. This version of the code is not blinking LEDs so inorder to just test that I can make changes I added this code to library.c

9. Now I recompile the code in the Toolchain by writing make. It gives warnings but compiles the code.

10. Now when I write the new library.mot. The LED is blinking. But there is a strange name assigned to the Mulle. Also the PC detects the strange device but no services.There is no communication between Hyperterminal and Mulle.

11. I made some changes in the .. \eisplatform\contrib\proj\eissensor\shared\lwbt_apps\bt_spp.c here

I tried creating a new string and printing it. Change text aftertrying to set name Just once it assigned Mulle v 3133 to the Mulle. Notice there was no space between 3 and 133. But still there was no service. And the results dont look very promising.

!!!!!!!!!!So now what am I doing wrong?????????????????????

You might also like