Time is very slow in external mode
I have a little problem with external mode and I didn't know if it's nortmal or just a lack of setting from myself. I use F429 with 5.4 version and R2018b
When I run my soft on STM32, the time is passing good (I see it with my CAN_message coming from my MCU with the good frequency).
But as soon as I connect the external mode in Simulink the time become so slow (it take 20 secondes to some minutes to pass 1 second on the soft, dependind the sample time).
When I cut the external mode the time become instantly good again.
I tried with VCP on the STlink on nucleo board and with TTL232 on a custom board. The problem is the same exceep it's about 10 times quicker with ST link than with TTL232 cable.
When I increase the soft sample time it become more slower.
It's not a real problem for me if time is a little slower than I should be in external mode. But here the difference is so big and my controlled system can't work with a speed so slow.
Maybe I need to change the sample time of the uart function because it can't work at the sample time of the soft, but I see no setting for that...
Is someone have the same probem? And maybe have a solution?
Thank you
