zakaria1193
Thanks for the article. it seems like this feature is also available on cortex m0+ but not on cortex m4 ? am i correct? is there a similar feature in cortex m4?
2 repliesThanks for the article. it seems like this feature is also available on cortex m0+ but not on cortex m4 ? am i correct? is there a similar feature in cortex m4?
2 repliesCortex-M4 has the ETB (Embedded Trace Buffer), which is similar albeit a little more complicated. Note that both MTB and ETB are optional features, so not every microcontroller will implement them.
I’ve found some discussion regarding use of the ETM in STM32H7 processors. Maybe it sheds some light on this subject!
@froncis Thank You for the recommendation,
I have found 2 boards
and Overview | Adafruit Metro M4 Express featuring ATSAMD51 | Adafruit Learning System
but they don’t specifically mention if ETB is there and if the base address is provided or not(the aim is to access ETB directly from the code just as in this blog), Is there any way to confirm it? Perhaps you could help me out here, I’d be grateful.
They do use the Microchip ATSAMD51 chipset, and in the chip documentation, it’s mentioned ETB is there. But I wanna be sure that it’s accessible from Adafruit Boards.
So please help me with this
Is this the development kit with USB that is used in the above blog ?