ASF Builds for AT32UC3A0512

Hello! I want to run FreeRTOS on an Alvidi Board with a AVR 32bit UC3A0512 Chip. I’m using the Atmel studio 6 and was very happy that I found a FreeRTOS example project in the Atmel Software Framework (ASF). Unfortunately up until now only the FreeRTOS builds for UC3C and UC3L can be found in the ASF. Is there a way to convert the code to my AVR board or do I have to build it from scratch? Thanks in advance!

ASF Builds for AT32UC3A0512

While I have been heavily involved with the ARM ports in ASF, Atmel maintain the UC3 stuff themselves and I am not particularly familiar with it. However, assuming the cores are the same between the different UC3 variants, the same code should be portable across all of them. In which case the following links might be useful: http://www.freertos.org/Creating-a-new-FreeRTOS-project.html http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html Regards.

ASF Builds for AT32UC3A0512

Thanks a lot for the links. I will try to modify the example project designed for another board but the same chip. Wish me luck. 😀 Regards.