mpfs-rpmsg-bm(remote) "start_demo" affected timer interrupt print on uart #144
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, Have you tried debugging with GDB to find out which instruction is running on U54_4 when you see the issue? Then on the debug window you can see the current program counter value (pc) and the function being run Also, could you please let us know which SoftConsole version are you using? Thanks |
Beta Was this translation helpful? Give feedback.
-
Could you add below line at line 32 in above snippet? This will bring the MMUART3 out of reset and enable clock to it. |
Beta Was this translation helpful? Give feedback.
Could you add below line at line 32 in above snippet?
(void) mss_config_clk_rst(MSS_PERIPH_MMUART3, (uint8_t) 1, PERIPHERAL_ON);
This will bring the MMUART3 out of reset and enable clock to it.
It seems the U54_1 has that line and hence when you run code on U54_1, your UART3 also works.