Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Panel | ||||
---|---|---|---|---|
| ||||
I would like to use all 3 UARTs of netX 90 im my application. How can I "tell" the COM-side not to use the shared UART because it is used by the APP-side? |
Panel | ||||
---|---|---|---|---|
| ||||
netX 90 features 3 UARTs
The COM-side use the shared UART only in in two cases a) in console mode b) when the Marshaller is enabled in the COM-side firmware (default) I.e. if the shared UART shall be used by the APP-side, the Marshaller must be disabled in the COM-side firmware. Image Added In addition, the UART_SHARED must be assigned to the netX 90 APP inside the Firewall settings of the hardware configuration. Image Added Console mode is a special mode for e.g. flash programming. The APP-side is not running in console mode. In normal operation, console mode is not active. UART-XPIC can be freely used by the ARM Cortex-M4 CPU on APP-side. All three UARTs are supported by the Hilscher Peripheral Driver. The UART_SHARED is assigned to fixed pins, UART_APP amd UART_XPIC can be assigned to any MMIO pin and to dedciated dedicated pins at the HIF pin group (please refer to the diagram below) Please refer to the NXHX 90-JTAG Manual for further details. |
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|