Hi!
I'm learning embedded software development on STM32 platform.
In most of my projects I usine Embedded Studio and Atollic TrueStudio (or STM32CubeIde which is its successor) software alternately.
I like Embedded Studio and I would like to make the move permanently.
My one problem is: it's seems that TrueStudio's SWV capabilities more "accurate" than EMStudio's similar functions.
In TrueStudio when I set some DWT data logging for example to memory write events, I get accurate timestamps.
In Embedded Studio or in Ozone I can't be able to do the same.
In the Ozone Data Graph, I only receive data that is sampled at regular intervals.
For example, how do I get DTW memory write events with a time stamp to accurately measure the time in the code?
My hardware:
NUCLEO-F429ZI (stm32F429zi-based board) reflashed to J-Link debugger
J-Link EDU
Thanks!
I'm learning embedded software development on STM32 platform.
In most of my projects I usine Embedded Studio and Atollic TrueStudio (or STM32CubeIde which is its successor) software alternately.
I like Embedded Studio and I would like to make the move permanently.
My one problem is: it's seems that TrueStudio's SWV capabilities more "accurate" than EMStudio's similar functions.
In TrueStudio when I set some DWT data logging for example to memory write events, I get accurate timestamps.
In Embedded Studio or in Ozone I can't be able to do the same.
In the Ozone Data Graph, I only receive data that is sampled at regular intervals.
For example, how do I get DTW memory write events with a time stamp to accurately measure the time in the code?
My hardware:
NUCLEO-F429ZI (stm32F429zi-based board) reflashed to J-Link debugger
J-Link EDU
Thanks!