Just for info:the formula to calculate the baud rate:br = double_br * (DSPICLK0_CLK / (br_prescaler * br_divider));wheredouble_br = 1 if double baud rate is NOT setdouble_br = 2 if double baud rate is set Best Regards
Hello,the test SPC582Bxx_RLA DSPI Test Application for Discovery configures three configurations:high speed @8000000 bpslow speed @125000 bpslow_speed_16 @125000 bpsin the main loop, the first two configurations are used in alternate way.So, I suspec...
Hello,by default the pins/pads are configured in GPIO mode.GPIO mode enables, (always by default) EIRQ, INTxx (if such functionalities are present on a pin/pad)EIRQ is the external interruptINTxx is the Wakeup interruptSo, no configuration is require...