[ATSAME70Q21] MicroPython + FreeRTOS Port

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
dthomas
Posts: 3
Joined: Wed Aug 26, 2020 3:18 pm

[ATSAME70Q21] MicroPython + FreeRTOS Port

Post by dthomas » Wed Aug 26, 2020 4:42 pm

I'd like to add MicroPython (for scripting capabilities) to an existing system using the ATSAME70Q21 and FreeRTOS. I'm wondering what is the best way to complete this task. MicroPython does not need to control any hardware because that is already handled by existing tasks. The only interaction with hardware would be through API calls. I'm trying to run MicroPython in a task so it can execute user scripts.

What would be the best starting point for this project? The SAMD port? Minimal? A FreeRTOS port?

Any help would be appreciated.

Viktor_89
Posts: 1
Joined: Tue Sep 15, 2020 9:47 am

Re: [ATSAME70Q21] MicroPython + FreeRTOS Port

Post by Viktor_89 » Tue Sep 15, 2020 9:59 am

I'm interested in combining FreeRTOS and MicroPyhon as well. Can anyone point us in the right direction, please?!

User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: [ATSAME70Q21] MicroPython + FreeRTOS Port

Post by mattyt » Wed Sep 16, 2020 6:17 am

Perhaps it would be useful to look at the embedding example?

Post Reply