GCC for STR71x

rtel wrote on Thursday, June 14, 2007:

[moved from private email - please use this forum for free support]

I’m actually developping equipement based on STR71x µcontroller family.
For developpmemnt, I’m using Raisonance REva toolkit.

I would like to know if GCC open sources will be soon available for STR71x family on FreeRTOS website (Already available for STR75x family) ?
Have you get back some good results with GCC STR75x implementation from FreeRTOS users ? Is code mature ?

rtel wrote on Thursday, June 14, 2007:

I have no plan to implement an STR71x demo using GCC in the near future, but the STR750 example should provide nearly everything you need.  There are few differences between the two parts.  I would suggest starting with the STR750 demo rather than an IAR demo. 

I think the primary difference is just the external bus - if this is the case then remove the code that initialises the external bus interface.

Regards.

frenchy30 wrote on Thursday, June 14, 2007:

Thanks for your reply !

Regards…