Hi, Actually I want to know why CAN and UART has problem when I use Initialize CLK for EEPROM.
I follow the S12GN32's EEPROM Code.
My PLL Bus CLK is 32Mhz. I use 125kbps CAN Speed and baud 9600 UART Communication.
The symptoms of my program are as follows:
1. When I except EEPROM Initializing code, My CAN function and UART function is working.
2. When I include EEPROM Initializing code, My CAN function and UART function is not working.
I need all three functions.
How can I solve this problem?