2014-03-27 05:04 AM
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-stm32f103vet62014-03-28 03:36 AM
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.