⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at计画ps://www.xmece.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
rabbitlennon
Offline
Last seen:7 months 2 weeks ago
加入:2019-09-04 16:39
DA14695 development kit and TrustZone

Hi there,

I have a DA14695 development kit and a DA14699 daughter board. Can I know if the development kit supports TrustZone and instruction trace? I found from the user manual that the chip supports MTB, but there is no detailed information about it. Could you please guide me to the correct technical support?

Thank you!

Device:
PM_Dialog
Offline
Last seen:10小时41分钟前
工作人员
加入:2018-02-08 11:03
Hi rabbitlennon,

Hi rabbitlennon,

Both TrustZone and instruction trace are optional. Dialog's M33 implementation does not support these two operations. The 69x has prorpietary security for the security. For tracing operations, user can employ the Macro Trace Buffer (MTB). To enable it, just add the following macro in custom_config_xxx.h.

#define dg_configENABLE_MTB (1)

Note that MTB occupies the last 8kBytes of SySRAM.

Thanks, PM_Dialog