Difference between revisions of "Microcontrollers-nordic"
(Creating neela nurseries wiki page for NordicSemi device notes.) |
m (Add link to Nordic nRF51 family parts, at end of local article.) |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | parent topic [[Microcontrollers|Microcontrollers]] | ||
+ | |||
+ | Keywords: <code>nrf-sdk documentation entry point</code> :: <code>Thingy91 schematic</code> :: <code>ARM Cortex-M33 datasheet</code> | ||
+ | |||
+ | |||
+ | |||
+ | == [[#top|^]] ARM Cortex-M33 datasheet and related resources == | ||
+ | |||
+ | An introductory landing page at developer.arm.com: | ||
+ | <ul> | ||
+ | * https://developer.arm.com/Processors/Cortex-M33 | ||
+ | <ul> | ||
+ | * https://developer.arm.com/documentation/100230/0100/?lang=en | ||
+ | </ul> | ||
+ | </ul> | ||
+ | |||
+ | <!-- | ||
+ | <ul> | ||
+ | * | ||
+ | * | ||
+ | * | ||
+ | </ul> | ||
+ | --> | ||
+ | A more specific developer.arm note on Cortex-M33 sleep modes: | ||
+ | <ul> | ||
+ | * https://developer.arm.com/documentation/100235/0004/the-cortex-m33-processor/power-management | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | Pages at Nordic Semi: | ||
+ | * https://devzone.nordicsemi.com/power/w/opp/3/online-power-profiler-for-lte . . . de AW | ||
+ | * https://www.nordicsemi.com/Products/Low-power-cellular-IoT | ||
+ | * https://www.nordicsemi.com/Products/nRF9160 | ||
+ | |||
+ | * https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_nrf91%2Fstruct%2Fnrf9160.html&cp=2_0 | ||
+ | |||
+ | <!-- comentario --> | ||
+ | |||
+ | == [[#top|^]] cerca 2021 Q3 == | ||
+ | |||
+ | Thingy91_nrf9160 schematic part of zipped archive at https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91/Download#infotabs. | ||
+ | |||
+ | |||
Preparing to move NordicSemi microcontrollers, SoC and SiP notes to a dedicated wiki page - TMH | Preparing to move NordicSemi microcontrollers, SoC and SiP notes to a dedicated wiki page - TMH | ||
+ | |||
+ | 2021-09-15 | ||
+ | |||
+ | Nordic Semi's Software Development Kit is a large collection of software projects and libraries, with contributions from multiple independent groups. The entry point to Nordic's nrf-sdk is at this link: | ||
+ | |||
+ | * https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/introduction.html | ||
+ | |||
+ | |||
+ | <!-- comment --> | ||
+ | |||
+ | While Nordic Semi is more in the market of System on Chip (SoC) and System in Package (Sip) devices they offer a version of ARM Cortex M33, whose specs are detailed here: | ||
+ | |||
+ | * https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf9160%2Fcpu.html | ||
+ | |||
+ | |||
+ | <!-- comment --> | ||
+ | |||
+ | |||
+ | 2022-08-08 Monday | ||
+ | |||
+ | * https://www.nordicsemi.com/Products/Development-hardware/nrf51-dk |
Latest revision as of 18:18, 8 August 2022
parent topic Microcontrollers
Keywords: nrf-sdk documentation entry point
:: Thingy91 schematic
:: ARM Cortex-M33 datasheet
An introductory landing page at developer.arm.com:
A more specific developer.arm note on Cortex-M33 sleep modes:
Pages at Nordic Semi:
- https://devzone.nordicsemi.com/power/w/opp/3/online-power-profiler-for-lte . . . de AW
- https://www.nordicsemi.com/Products/Low-power-cellular-IoT
- https://www.nordicsemi.com/Products/nRF9160
^ cerca 2021 Q3
Thingy91_nrf9160 schematic part of zipped archive at https://www.nordicsemi.com/Products/Development-hardware/Nordic-Thingy-91/Download#infotabs.
Preparing to move NordicSemi microcontrollers, SoC and SiP notes to a dedicated wiki page - TMH
2021-09-15
Nordic Semi's Software Development Kit is a large collection of software projects and libraries, with contributions from multiple independent groups. The entry point to Nordic's nrf-sdk is at this link:
While Nordic Semi is more in the market of System on Chip (SoC) and System in Package (Sip) devices they offer a version of ARM Cortex M33, whose specs are detailed here:
2022-08-08 Monday