User Activity

Hello. I am learning rtos and using led blink example. Here is my code: Main:#include "RTE_Components.h" #include "cmsis_os2.h" #include "stm32f4xx_rcc.h" // Keil::Device:StdPeriph Drivers:RCC #include "STM32F4XX.h" #include "Threads.h"...
Hello. I am a student participating in a project.I have to take 1080x720 px at least 15 fps video feed and forward it (along some other sensor data) through ethernet connection. Is this possible ?My other question is;How can I store that data on a ex...