cancel
Showing results for 
Search instead for 
Did you mean: 

CoOS on STM32F103VET6 with out SRAM & FLASH

amolgosavi
Associate
Posted on March 27, 2014 at 13:04

Dear All,

planning to use STM32F103VET6 controller in the hardware with graphic COG LCD, USB, other serial interface

& want to use the Co OS for the same platform

Does this hardware without any parallel interface for SRAM & FLASH, will be suitable for implementing the CoOS on it?

will it work satisifactoriliy?

will it be easier for application developer,

1. Develop only application, if we provide the driver & libraries

2. will it be possible to update the firmware on site by using it's USB port

waiting for reply

Regards,

#coos-on-stm32f103vet6
1 REPLY 1
schauer
Associate II
Posted on March 28, 2014 at 11:36

CoOS should run, as there is an example for the STM32F103 processor. If your processor type has SRAM and FLASH onboard, CoOS will run, depending on your applications code size.

Update of the firmware via USB should be possible, if implemented - search for DFU.

If it runs satisfactorily or not depends on your application and the used peripheral (i.e. the LCD used and the requirements in regard to responsibility).

So, your questions are not answerable with simply yes or no. It's a ''depends''. It would be best to specify the concrete requirements and then check if the processor fits your needs.