У нас вы можете посмотреть бесплатно IE NuMicro withoutOS and withOS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is to demonstrate the capability of ARM Cortex-M0 (NUC140VE3CN from Nuvoton) to run multiple tasks simultaneously utilizing RTOS (CoOS). As ARM Cortex-M0 microcontrollers are mostly far more capable than any 8-bit or 16-bit microcontrollers, just using the right tool doesn't give us the better result if we don't know how to use it. The left board running multiple task simultaneously using the conventional way (using timer). All tasks went smoothly until the LCD displays the animation of a clown. The ADC's value couldn't be updated on 7 Segment display, because the microcontroller is busy entertaining us with the clown. The right board is doing a better job. The clown can still juggling without bothering the ADC and 7 Segment display. This can be achieved through RTOS.