Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi team,
I'm developing mcu plus sdk / gpio_led_blink.c with AM2432.
I assign pins SPI0_CS1, SPI0_CLK, SPI0_D0 and SPI0_D1 as Digital output.
When I added these pins to TI DRIVERS GPIO of example.syscfg, it caused error.
Then I added these pins to Reserve Peripherals GPIO, and changed pin direction to 0 by GPIO_setDirMode().
but no output from these pins.
Could you tell me, why I can't add pins to TI DRIVERS GPIO of example.syscfg, and How to use SPI0 pins as GPIO.
Best regards,
oyama