2015-08-04 08:40 AM
Hi
I Want to Use LINFELX2 in uart mode in SPC560B50L5 but in HAL Driver Component Have 2 LINFLEX (LINFLEX0 and LINFLEX1) there is not exist LINFLEX2 OR 3 !!!! Are Those driver's not supported or i can not use this Port ? the other problem is i want to use LINFLEX0 with diffrent baud rate. Ex: LINFLEX0 baud rate = 9600 And LINFLEX2 =115200 can i set 2 baudrate for every lin flex or not all linflex have same baudrate? thanks Best Regards Nazerian Vanima2015-08-05 08:38 AM
/**
* @brief Driver default configuration. */ static constSerialConfig your_config = {
9600 , SD_MODE_8BITS_PARITY_NONE }; /* * Activates the serial driver 1 using the driver default configuration. */ sdStart(&SD1,&your_config); Best Regards Erwan