Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microcontroleurmonde/teensy_4.1
Micropython code collection for Teensy 4.1 with MIMXRT1062DVJ6A
https://github.com/microcontroleurmonde/teensy_4.1
clock efuse micropython teensy41 uid
Last synced: 22 days ago
JSON representation
Micropython code collection for Teensy 4.1 with MIMXRT1062DVJ6A
- Host: GitHub
- URL: https://github.com/microcontroleurmonde/teensy_4.1
- Owner: MicroControleurMonde
- License: cc0-1.0
- Created: 2024-12-05T20:15:33.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T22:18:34.000Z (23 days ago)
- Last Synced: 2024-12-06T23:19:37.094Z (23 days ago)
- Topics: clock, efuse, micropython, teensy41, uid
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Teensy_4.1
Micropython code collection for Teensy 4.1 with MIMXRT1062DVJ6A- **Teensy_clk.py**:
This file manages the activation and deactivation of the TRNG (True Random Number Generator) clock in the Clock Control Module (CCM) of the Teensy 4.1 microcontroller (based on the NXP i.MX RT1062 processor).
The included functions allow checking the status of the clocks and displaying useful information for debugging.
- **Teensy_eFUSE_unique_id.py**:MicroPython script to read the unique device ID from the eFuse (OTP) memory of a microcontroller. This script reads the 64-bit unique ID stored in the eFuse memory by accessing the appropriate registers and displays the high and low parts of the ID in hexadecimal format.
The unique ID is typically used for device identification purposes, especially in security and authentication applications.- **Teensy_LPUART.py**:
MicroPython script to read the registers of LPUART peripherals from the microcontroller's memory space. It lists various registers such as version, baud rate, and status
for each LPUART and provides explanations of each register's purpose. [Comments](https://github.com/MicroControleurMonde/Teensy_4.1/blob/main/Teesny_LUPART.md)
- **Teensy_gpio_test.py**
Tests GPIO pins by setting their outputs and reading their inputs using direct memory-mapped I/O.
- **Teensy_Test_Memories.py**Tests Memory for Embedded Systems (BOARD_FLASH / SRAM_DTC / SRAM_ITC / SRAM_OC)
Negative addresses reported for BOARD_FLASH during the testing (Block -0x20000000, etc.) are likely a result of incorrect interpretation of the memory addresses.
# Reference:- **Arm Platform Memory Map.txt**
Extract from NXP pdf - Arm Platform Memory Map for the i.MX RT1060