Hello,
i would like to use the Config tool to do the initial setup and bringup of my custom board.
I want to use the CMSIS drivers for I2C, SPI, UART and GPIO.
Unfortunately MCUXpresso Config Tool only allows CMSIS drivers for I2C, SPI and UART.
In the Peripheral Tool section you can choose the universal GPIO peripheral driver, but it uses the gpio adapter driver (fsl_gpio_adapter.c/.h) and not the CMSIS driver.
Therefore the generated RTE_Device.h does not include the GPIO stuff, which is included by the GPIO CMSIS driver. One could manually add the #defines to the RTE_Device.h, but adapting generated files is never a good idea and should not be needed.
So as I see it, it is not possible to use/generate Code for using the CMSIS GPIO drivers with the MCUXpresso Config Tool.
Is this correct or am I missing something?
Versions:
Config Tool: v25.3
Peripherals: v15
Best regards,
Stefan