I'm using the inDart debugger with a ''tool chain'' of Cosmic C compiler / Linker. Is there a serial (Com) port library or application note that I can use with this setup?
http://mcu.st.com is easier to use for downloading documents but www.stmcu.com has a forum which is pretty usefull. So I will recommend to use both of them. I found the best software libraries from
: http://www.st.com/stonline/products/support/mcu8/files/st7swlib.exe It contains drivers for several peripherals including ADC, E2, I2C, timers, SPI... and SCI as you wanted. These drivers are written in C for both Cosmic (http://www.cosmic-software.com/) and Metrowerks (http://www.metrowerks.com/) C compilers. You can also find some drivers on www.stmcu.com but most of them are written in assembly language. The link is : http://www.stmcu.com/mcdfiles/st7swex.exe For application notes, you can check both site, my preference going again to
I just found out that indeed all the the documents from mcu.st.com are also available on stmcu.com. To access them, just go to the stmcu.com home page and select the family, product or application you are looking for. All the documents related to your selection will then appear. I guess the mcu.st.com site is no longer usefull Jojo