2018-07-03 05:24 AM
Hi everyone,
I'm so grateful to be a part of this wonderful community with such amazing minded people.
Thank you again!
I'm working with the STM32f469ni Discovery board and I've downloaded the libraries from the STM site.
One thing that I'm having trouble with is accessing GPIOK that's not in my library that I have.
My question is, does anyone have the a library file for simple GPIO. GPIO A-I works fine but, I'm unable to access
J and K.
Your Help is greatly appreciated!
2018-07-04 03:00 AM
Hello
hxe_meec
,I recommend you to use
tool, will allow you to choose the microcontroller and select the peripherals you want and map them to pins graphically.You may start from the GPIO example within
package:STM32Cube_FW_F4_V1.21.0\Projects\STM32469I-Discovery\Examples\GPIO\
I advise you to review the User manual and STM32F469 datasheet to check the pinout differences on section &39Pinouts and pin descriptions&39.
With Regards,
Imen
2018-07-04 05:01 AM
The use of the following command line defines is recommended to ensure the correct include files and chip specific settings/options are pulled in.
USE_HAL_DRIVER,STM32F469xx,USE_STM32469I_DISCOVERY