cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Peripherals Documentation

YousefDessouki
Associate

I am new to the STM32N6  and wanted to to knwo where could I get the documentation that explains the APIs of every peripheral in the STM32N6 MCU.

1 REPLY 1
TDK
Super User

The reference manual describes how the peripherals operate at a register level.

https://www.st.com/resource/en/reference_manual/rm0486-stm32n647657xx-armbased-32bit-mcus-stmicroelectronics.pdf

Here is the manual for the HAL API:

https://www.st.com/resource/en/user_manual/um3425-description-of-stm32n6-hal-and-lowlayer-drivers-stmicroelectronics.pdf

I find it more informative to look at the source code directly.

If you feel a post has answered your question, please click "Accept as Solution".