Hi, I want to control my device via Usb. And I think that library can help me. But my toolchain based on IAR EW-ARM 5.2 (on WindowXP pc) and I have problems with integration into my environtment - errors during linking process:
Code:
Error[Li005]: no definition for ''USB_Init'' [referenced from C:Documents and SettingsAlfiyaÌîè äîêóìåÃòûICtest_icVCPprojSTM3210B-EVALObj main.o] Error[Li005]: no definition for ''__cs3_interrupt_vector'' [referenced from C: Documents and SettingsAlfiyaÌîè äîêóìåÃòûICtest_icVCPproj STM3210B-EVALObjmain.o] Error[Li005]: no definition for ''NMIException'' [referenced from C: Documents and SettingsAlfiyaÌîè äîêóìåÃòûICtest_icVCPproj .... And so on 71 Errors :-[
the only change i made and completely forgot that i made it (that evidently caused things not to work) was commenting out that one line (mentioned by someone earlier in the thread). thanks for having patience with me. It works now!
There's a ''__cs3_interrupt_vector'' in there, which suggests that you're trying to use something for CodeSourcery's GCC in IAR, likely some startup file or something like that.
I could have it working for STM32F107VCT6. Reference design is olimex STM32-H Posted the code here... Let me know if you guys find any problems with it...