I am currently using FRDM-KE06Z (MKE06Z128VLK4) with CW 10.6. I am trying to use the Processor Expert (PE) to configure and generate code for the console for communication with my PC hyperterminal. Before that I was utilizing the sample codes from FRDM-KEXX Driver Library Package and the communication at hyperterminal works fine. And I understand that those sample codes is not generated from Processor Expert.
After I have setup the bareboard project folder based on target MCU MKE06Z128VLK4, next I wanted to go to component library of PE to select consoleIO and configure it. However error message below shown out:
Error: Error in the inherited component settings
It seems like I wasn't allowed to further configure this consoleIO. May I know why is this happening? or did I miss out something?
Thanks.
.
解決済! 解決策の投稿を見る。
Hello Eyoew,
Please configure the Serial_ LDD component refer to your board, which UART, baud rate and other conifugrations:
Hope it hepls
Have a great day,
Alice Yang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Eyoew,
Please configure the Serial_ LDD component refer to your board, which UART, baud rate and other conifugrations:
Hope it hepls
Have a great day,
Alice Yang
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Alice,
Thanks for your advice. I think the error message has gone and PE code can be generated. But whether do you why I cannot specifically configure 115200 baud rate? Thanks...