TK. Posted May 29, 2005 Report Posted May 29, 2005 The MIOS C Wrapper release is now available at the http://www.ucapps.de/mios_download.html page (sdcc_skeleton package)Note that MPASMWIN is not supported anymore, since it cannot always handle properly with the generated code of SDCCAlthough the SDCC team fixed these imperfections in the meantime, I cannot suggest to use the "binary snapshots" instead of the official SDCC V2.5.0 release, since they could be incompatible with the MIOS wrapper (we had this several times in the last months)So, please only use following tool versions:SDCC V2.5.0 - http://sourceforge.net/project/showfiles.php?group_id=599: sdcc-2.5.0-setup.exeGPUTILS v0.13.2 http://sourceforge.net/project/showfiles.php?group_id=41924: gputils-0.13.2-1.exeBest Regards, Thorsten. Quote
Wise Posted May 29, 2005 Report Posted May 29, 2005 Sweeeeet ;D ;D ;DJust have to find some time to code now.../W Quote
TK. Posted November 10, 2005 Author Report Posted November 10, 2005 Strange things happen - today I noticed, that parameter passing to MIOS_Timer_Init and MIOS_Timer_ReInit is wrong, even I'm sure that I tested it several times (therefore all those "PARAMETER_PASSING_TEST" branches in mios_wrapper.asm)Seems that I released the wrong file, because I found one with the right code.Once I sorted out the reason, I will release an updateBest Regards, Thorsten. Quote
TK. Posted November 10, 2005 Author Report Posted November 10, 2005 Ok, I found out the reason - the SDCC parser hasn't regognized, that in the program, I used to test the parameter passing, the first and second value was swapped (although one is a 8-bit, and the other is a 16-bit value)The updated wrapper v1.0c can now be downloaded from http://www.ucapps.de/mios_download.htmlIn an existing project, just replace mios_wrapper/mios_wrapper.asm by the new oneBest Regards, Thorsten. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.