- 14
- 5 796
EIT
Приєднався 27 вер 2020
Testing Start Frame and Payload Frame Transmission
In this video, the code is uploaded and run, demonstrating the real-time output seen in the serial monitor. The test showcases the transmission of start and payload frames as part of the data link layer in our system. Watch as the system processes two iterations of data, handling overflow, and transmitting the correct number of frames based on the input size.
Переглядів: 248
Відео
Start frame initialization and payload processing and construction
Переглядів 2162 місяці тому
This video explores the real-time processing of SPI ISR (Interrupt Service Routine) data, with a focus on the efficient management of overflow data and the construction of payloads in an embedded system. The serial monitor output is showcased to demonstrate each step of data handling-from capturing SPI data to processing it into payloads, and finally, forming start frames with sequence numbers....
SPI data overflow handling and ISR detach/attach demo (embedded systems, FreeRTOS)
Переглядів 1892 місяці тому
In this video, I showcase a system where LEDs indicate the active state of Interrupt Service Routines (ISRs) for two sensors, with a focus on handling SPI data overflow. The demonstration is intentionally slowed down to clearly illustrate the principles of ISR detachment and reattachment, as well as the overflow handling process. When a sensor's ISR is triggered, its corresponding LED turns on,...
Demonstrating ISR handling with LED indicators
Переглядів 1122 місяці тому
In this video, I showcase a system where LEDs indicate the active state of Interrupt Service Routines (ISRs) for two sensors. When a sensor's ISR is triggered, its corresponding LED turns on, indicating that the ISR is detached and the sensor data is being processed. Once the ISR work is completed and reattached, the LED turns off. This visualization helps in understanding the flow of ISR handl...
Ho do you do it? I need help
Good work