User Activity

Hello everyone,I would like to ask for some guidance on which Interrupt i should use for FreeRTOS message queue to help synchronize my state machine. I am using UART to transmit data to device, and i would like to know if i have finished transmitting...
Hello everyone, Are there any boards that will allow me to run the MCU at 180MHz or more , while still supporting the use of the FullSpeed USB at 48MHz? The board should have at least 2 ADC's & 1 DAC.Please suggest how may I achieve this !Thank you.
If I have multiple parent views with a single child view, is there any good way to return to the caller parent view from a child view?My current implementation is to store the current parent view in the model.cpp class before transitioning to child v...