8000 Hardfault when picking wrong UART pin on iMX RT1011 · Issue #4502 · adafruit/circuitpython · GitHub
[go: up one dir, main page]

Skip to content
Hardfault when picking wrong UART pin on iMX RT1011 #4502
Closed
@ladyada

Description

@ladyada
import board
import busio

uart = busio.UART(None, board.TX, baudrate=9600)

while True:
   pass

i should be passing board.RX in there, was testing if the wrong pin is passed...it hardfaults when instead we should get an exception that the pin cannot be used as a uart RX!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugmimxrt10xxiMX RT based boards such as Teensy 4.x

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0