Home
last modified time | relevance | path

Searched full:nrf52840 (Results 1 – 22 of 22) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/
H A Dsyscfg.yml61 Enable workaround for anomaly 164 found in nRF52840.
64 - nRF52840 Engineering A
69 Enable workaround for anomaly 191 found in nRF52840.
72 - nRF52840 Engineering B
73 - nRF52840 Engineering C
74 - nRF52840 Rev 1 (final silicon)
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf52_to_nrf52840.h38 …nt your SW from not compiling with the name changes between nRF51 or nRF52832 and nRF52840 devices.
43 /* Differences between latest nRF52 headers and nRF52840 headers. */
59 /* The hysteresis control enumerated values has changed name for nRF52840 devices. */
H A Dnrf.h87 #include "nrf52840.h"
H A Dnrf51_to_nrf52840.h38 …ven to prevent your SW from not compiling with the name changes between nRF51 and nRF52840 devices.
146 /* COMP module was eliminated. Adapted to nrf52840 headers. */
H A Dnrf51_to_nrf52810.h38 …ven to prevent your SW from not compiling with the name changes between nRF51 and nRF52840 devices.
H A Dnrf52840.h30 * @file nrf52840.h
35 * from File 'nrf52840.svd',
46 /** @addtogroup nrf52840
83 /* ========================================== nrf52840 Specific Interrupt Numbers ===============…
148 #include "system_nrf52840.h" /*!< nrf52840 System …
2937 /** @} */ /* End of group nrf52840 */
H A Dnrf52840.svd6 <name>nrf52840</name>
9 …<description>nRF52840 reference description for radio MCU with ARM 32-bit Cortex-M4 Microcontrolle…
218 <description>nRF52840</description>
H A Dnrf52840_bitfields.h1545 #define FICR_INFO_PART_PART_N52840 (0x52840UL) /*!< nRF52840 */
/nrf52832-nimble/nordic/nrfx/
H A DCHANGELOG.md70 - Implemented workaround for nRF52832 and nRF52840 anomaly 194 in the I2S driver.
71 - Implemented workaround for nRF52840 anomaly 195 in the SPIM driver.
94 - Implemented workaround for nRF52840 anomaly 122 in the QSPI driver.
95 - Implemented workaround for nRF52840 anomaly 198 in the SPIM driver.
H A DREADME.md18 * nRF52840
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/
H A DREADME.md38 For the nRF52840-PDK board, these are the model associations:
56 This sample has been tested on the Nordic nRF52840-PDK board, but would
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_nfct.h345 …* If you are using the nRF52840 chip, rev. Engineering A, the workarounds for the following anomal…
351 …* If you are using the nRF52840 chip, rev. 1, or rev. Engineering B or C, the workarounds for the …
358 …* The application of the implemented workarounds for the nRF52840 chip is determined at runtime an…
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_nfct.c128 …* @brief Internal auxiliary function for checking whether the program is running on the NRF52840 c…
141 * the nRF52840 chip.
155 * the nRF52840 chip.
169 bool eng_a; /**< Engineering sample A of the NRF52840 chip. */
170 bool eng_bc; /**< Engineering sample B, C of the NRF52840 chip, or its final version. */
H A Dnrfx_spim.c42 #error "Extended options are available only in SPIM3 on the nRF52840 SoC."
87 // Enable workaround for nRF52840 anomaly 195 (SPIM3 continues to draw current after disable).
120 // Workaround for nRF52840 anomaly 198: SPIM3 transmit data might be corrupted.
178 // Currently, only SPIM3 in nRF52840 supports the extended features. in nrfx_spim_init()
H A Dnrfx_i2s.c51 // Enable workaround for nRF52832 and nRF52840 anomaly 194 (STOP task does not
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/
H A DREADME.md36 This sample has been tested on the Nordic nRF52840-PDK board, but would
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/src/
H A Dphy.c83 * is valid for nRF52840 PDK. in phy_init()
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/src/
H A Dmain.c10 * This application is specific to the Nordic nRF52840-PDK board.
357 /* Pin set low turns on LED's on the nrf52840-pca10056 board */ in gen_onoff_set_unack()
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_phy.h34 #error LE Coded PHY can only be enabled on nRF52840
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_qspi.h557 // Workaround for nRF52840 anomaly 122: Current consumption is too high. in nrf_qspi_disable()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c292 * nRF52840 Engineering A Errata v1.2 in ble_phy_apply_nrf52840_errata()
295 * nRF52840 Rev 1 Errata in ble_phy_apply_nrf52840_errata()
/nrf52832-nimble/nordic/nrfx/templates/nRF52840/
H A Dnrfx_config.h1879 // <q> NRFX_SPIM3_NRF52840_ANOMALY_198_WORKAROUND_ENABLED - Enables nRF52840 anomaly 198 workaroun…