MCUXpresso config tool no working fine

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

MCUXpresso config tool no working fine

709 次查看
PedroBecerra
Contributor III

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?

0 项奖励
回复
2 回复数

683 次查看
CarlosGarabito
NXP TechSupport
NXP TechSupport

I recommend to you to take a time to read the following links and adapt them to your MCU

 

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.

https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Implementing-UART-RX-TX-polarity-inver...

https://community.nxp.com/t5/LPC-Microcontrollers/Can-LPC812-invert-a-UART-RX-input/m-p/572175/highl...

2. I want this uart to use DMA. I'm not able to get working.

 

https://community.nxp.com/t5/Kinetis-Microcontrollers/Transmiting-a-buffer-on-UART-with-DMA/td-p/138...

https://community.nxp.com/t5/Kinetis-Microcontrollers/UART-DMA-Configuration/m-p/1166667

https://www.nxp.com/docs/en/application-note/AN12351.pdf

3. I need an SPI interface to read an SD card. I get a Hardware fault inside SPI_MasterTransferBlocking() function.

https://community.nxp.com/t5/Kinetis-Microcontrollers/Porting-FatFs-file-system-to-KL26-SPI-SD-card-...

https://community.nxp.com/t5/Kinetis-Design-Studio/SPI-SD-Card-interfacing-without-file-system-for-M...

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.

https://www.nxp.com/docs/en/application-note/AN4598.pdf

https://www.nxp.com/docs/en/application-note/AN5121.pdf

https://community.nxp.com/t5/MPC5xxx/How-to-output-pwm-using-DMA-for-MPC55xx-MPC56xx/m-p/864214

https://community.nxp.com/t5/S32K/using-DMA-function-to-change-the-duty-cycle-of-PWM-wave/m-p/133376...

https://community.nxp.com/t5/Kinetis-Microcontrollers/Using-PWM-to-request-DMA-for-next-PWM-value/td...

0 项奖励
回复

681 次查看
PedroBecerra
Contributor III

Thanks a lot for your answers. I'll Have a look to all the links you provide.

But as I said, all your answers point to aplication notes. There is none telling how to do it with the configuration tool. This is my compliant. Configuration tool does not work fine.

Anyway I am very grateful for your help.

0 项奖励
回复