folny

Results 18 comments of folny

Hi Try to download the code once and compile again, in my case the code is working correctly.

Freestyler or Lumikit

The project still needs a lot of work, the project is open source so you can work on the project and improve it too.

My test code and cpu clock ![CPU Clock](https://github.com/klonyyy/STMViewer/assets/6642562/88e2b0df-77e1-4b61-adea-9170e58245f8) while (1) { ITM->PORT[0].u8 = 0xaa; status ^= 1; HAL_GPIO_TogglePin(LED_GPIO_Port,LED_Pin); ITM->PORT[0].u8 = 0xbb; HAL_Delay(1); }

Var Viewer OK ![Var Viewer](https://github.com/klonyyy/STMViewer/assets/6642562/d7604b49-be59-4daf-906a-ba619ee00fcd)

Trace Viewer not work ![Trace Viewer](https://github.com/klonyyy/STMViewer/assets/6642562/2e2dd99b-8579-40be-b6cf-7273293f548d)

Logs [2024-06-20 21:16:40.577] [logger] [info] Starting STMViewer! [2024-06-20 21:16:40.577] [logger] [info] Version: 0.5.0 [2024-06-20 21:16:40.577] [logger] [info] Commit hash f65dd138e0127e46cb946a40c1d7dc4a7aa3d073 [2024-06-20 21:16:40.749] [logger] [info] GDB version: 121 [2024-06-20 21:16:41.061] [logger]...

Yes, this is fine, without this setting Var Viewer probably wouldn't work either. ![Trace EN](https://github.com/klonyyy/STMViewer/assets/6642562/34e420ee-cff7-4f0f-b56b-6e6e2e08b8dd)

I have not tried to check that, I will try to connect the oscilloscope to the SWO pin today and let you know if there is any data on the...

I found that I have no data on the SWO pin. Please check my .ioc file if everything is set correctly. [STM32H743_STMViewer_Test.zip](https://github.com/user-attachments/files/15943841/STM32H743_STMViewer_Test.zip)