- This topic has 0 replies, 1 voice, and was last updated 2 weeks, 2 days ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
(This message was transferred over from our old forum)
Posted August 19, 2015
By Todd DeBoer
[hr]
On 10/11/11 grissiom asked, “I’m going to use STM32 in my next project. It basically needs ADC, PWM and GUI stuff. I think uEZ seems promising. I wonder it there any stm32 port? Or if I have do that by my own, what should I do? And is there a possibility to port stm32_gui_lib to uEZ?”
[hr]
(Follow up post)
Answered:
There isn’t a STM32 release in uEZ yet. Although you can do it on your own (usually by starting with a FreeRTOS implementation), we do over services for doing ports for customers.
Porting the stm32_gui_lib should not be a problem once all the basics are in place. Most gui’s just need a few hooks to the outside world and then they’ll work just fine.
Which processor are you porting to? uEZ with GUI usually is a 256K code size processor, but you can sometimes squeeze it down to 128K if you have a small application.