2013-11-08 11:51 PM
Hi;
In my project i am using two modules(Master and Slave). The master module uses STM32F103RBT6 and the slave module uses STM32F103ZET6.The master module is operating at 72MHz and with 115200 baudrate and the slave modules is operating at 8MHz and with 115200 baudrate, with the above configuration i am able to communicate using modbus protocol. However I am not able communicate the master module with the slave, if i configure the master module at 8MHz and with 115200 baudrate. So I need some assistance for the above,the configuration file has been attached please go through it. Thanks in advance...2013-11-09 12:17 AM
When you're configuring the clocks, the process should be sequenced, testing the readiness at each step, you don't spin at the end waiting on everything.
Use the MCO and a Scope and confirm the part is running at the speed you expect. Consider using the library code to set up the part.