RT101X low level configuration walk through.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RT101X low level configuration walk through.

280 Views
amarch01
Contributor I

For the RT10 (Cortex M7 class products) , specifically the RT1010 , are there any low level walk through that explain what specific steps are required to enable a couple of GPIO and the UART to gain low level mastery of how to configure this chip?
small steps like
- set primary clock to 24Mhz
- enable bridge to device GPIO x
- set pins for output
- enable bridge to device UART1
- set pins for TX and RX of UART1
- set clock and configuration for UART1 (async 8 bit , 115K)
- start main program c program (with appropriate memory areas copied over as needed)

I suppose that a single set up would probably be relevant across the whole line of chips.

Labels (1)
0 Kudos
1 Reply

262 Views
Miguel04
NXP TechSupport
NXP TechSupport

Hi @amarch01 

I apologize for the inconvenience, we do not provide this type of guides. However, I recommend you to look into the examples on the SDK and configurations using MCUXpresso ConfigTools and complete the information reviewing your reference manual.

Also the drivers from the SDK contain a description to use the function.

I hope it helps, please let me know if you have a question.

Best Regards, Miguel.

0 Kudos