mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
19715: drivers/mrf24j40: add note about missing wake pin handling r=maribu a=maribu ### Contribution description This adds a note that wake pin handling is not implemented and users need to connect the wake pin to VCC, or drive it high in the board / application logic prior to initializing the driver. 19716: boards/olimex-msp430-h1611: fix doc r=maribu a=maribu ### Contribution description The statement about the missing pin 1 marking on the JTAG header is not correct. It's just a bit hidden between the JTAG header and the power selector jumper. Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
This commit is contained in:
commit
e09282434e
@ -66,9 +66,9 @@ among the less expensive options.
|
||||
@warning A jumper in `P_OUT` is mutually exclusive to a jumper in `P_IN`.
|
||||
Never connect both at the same time.
|
||||
|
||||
@note While the JTAG connector has no markings, you can easily spot pin 1
|
||||
on to bottom of the board by the square pad; all other JTAG pins
|
||||
have a circular pad.
|
||||
@note Pin 1 on the JTAG connector has a small white triangle next to it
|
||||
and square pad, compared to the round pad used by all other JTAG
|
||||
pins.
|
||||
|
||||
Once the jumper is correctly placed in either `P_IN` or in `P_OUT` and the
|
||||
JTAG cable is connected just run
|
||||
|
@ -14,6 +14,13 @@
|
||||
* This module contains drivers for radio devices in Microchip MRF24J40 series.
|
||||
* The driver is aimed to work with all devices of this series.
|
||||
*
|
||||
* @warning This driver doesn't handle the wake pin. As of now, it is
|
||||
* required that the wake pin is high prior to the initialization
|
||||
* (e.g. by connecting it to VCC in the board design).
|
||||
* @note A PR extending @ref mrf24j40_params_t to contain the wake pin
|
||||
* and adding appropriate handling of the wake pin to the driver
|
||||
* logic would be a welcome addition.
|
||||
*
|
||||
* Default TX power is 0dBm.
|
||||
*
|
||||
* TX power mapping:
|
||||
|
Loading…
Reference in New Issue
Block a user