Directories ¶
Path | Synopsis |
---|---|
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context.
|
This example shows how to use channels to divide interrupt handler into two parts: fast part - that runs in interrupt context and slow part - that runs in thread context. |
This example shows how to use DMA for memory to memory transfers.
|
This example shows how to use DMA for memory to memory transfers. |
Control of power (water heater, house heating system).
|
Control of power (water heater, house heating system). |
This example shows how to manually setup interrupt table when you don't use runtime initialisation (MaxTasks == 0) and how to write purely interrupt driven application.
|
This example shows how to manually setup interrupt table when you don't use runtime initialisation (MaxTasks == 0) and how to write purely interrupt driven application. |
This example shows how to use USART as serial console.
|
This example shows how to use USART as serial console. |
This example shows how to use raw UART without interrupts (pulling).
|
This example shows how to use raw UART without interrupts (pulling). |
Click to show internal directories.
Click to hide internal directories.