I'm tryibg to use MCUXPRESSO config tool to configure some peripherals on LCP55S16.
I'm so sad getting problems.
1. I need a uart with TX inverted. The config tool do not allow to do that. I should do that writing directly to the proper register.
2. I want this uart to use DMA. I'm not able to get working.
3. I need an SPI interface to read an SD card. I get a Hardware fault inside SPI_MasterTransferBlocking() function.
4. I need a PWM to output different values writed from DMA. I'm not able to get it working. There is no possibilty of use DMA with PWM in the config tool.
Any one has a solution for any problem I have?