Difference between revisions of "TI AM335x"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ = RTT = * Since V6.98b of the J-Link software, RTT can be used out-of-the-box. * When using RTT control block auto-detection, J-Link searches in the internal SRAM @ 0...")
 
(RTT)
Line 5: Line 5:
 
* When using RTT control block auto-detection, J-Link searches in the internal SRAM @ 0x40300000 - 0x4030FFFF (64 KB) for an RTT control block
 
* When using RTT control block auto-detection, J-Link searches in the internal SRAM @ 0x40300000 - 0x4030FFFF (64 KB) for an RTT control block
 
* The internal SRAM located at 0x402F0400 cannot be used for RTT as it is not accessible by the AHB-AP via which RTT accesses are performed.
 
* The internal SRAM located at 0x402F0400 cannot be used for RTT as it is not accessible by the AHB-AP via which RTT accesses are performed.
* As the TI AM335x series implements cache, please refer to the [[https://wiki.segger.com/RTT#RTT_on_Cortex-A_targets| RTT wiki article]] for further instructions / information.
+
* As the TI AM335x series implements cache, please refer to the [[RTT#RTT_on_Cortex-A_targets| RTT wiki article]] for further instructions / information.

Revision as of 12:36, 10 March 2021

Contents

RTT

  • Since V6.98b of the J-Link software, RTT can be used out-of-the-box.
  • When using RTT control block auto-detection, J-Link searches in the internal SRAM @ 0x40300000 - 0x4030FFFF (64 KB) for an RTT control block
  • The internal SRAM located at 0x402F0400 cannot be used for RTT as it is not accessible by the AHB-AP via which RTT accesses are performed.
  • As the TI AM335x series implements cache, please refer to the RTT wiki article for further instructions / information.