Hello,
I'm using HALCogen v04.02.00 to setup a TMS570 USB development kit.
By default, under SCI -> SCI Data Format tab; the baudrate for this board is set to 9600 Hz (VLK1 is 90MHz).
When trying to change this value (i.e. to 115200), the prescale in GUI is successfully updated (from 585 to 48) but not in the corresponding generated code (In sci.c, line 99 remains the same: scilinREG->BRS = 585U;).
I did some test with changing "length", "stop bits" and "parity"; and I got the same wrong behavior. It seems that all "SCI data format tab" is not working well.
Could you please help me with that?
Thanks in advance.
Eduardo.-