Overview
Design & Development
Software & Tools
Sample Code
Support
Support Communities
Support Communities
-
What's a good starter kit for a SH7058 target?
I'd like to develop a flash boot program for the SH7058 but can't afford to spend 10k on an ICE (E6000H). I noticed that Renesas offers more affordable starter kits but not for the SH7058 (that would have been perfect). Is there any kit that would serve my ...
May 26, 2009 -
SH7058 connection error.
The SH 7058 in my board use 12 MHz oscillator, can't setting in FDT. because FDT have 5-10 MHz setting range. How to I set it ? please advise me.
Jun 15, 2020 -
E8a Emulator connection with SH7058
Hello,I'm trying to read/write on SH7058 processor using the Flash Development Toolkit connected with the E8a emulator.But it always stops the connection after the detection of the processor.I followed the hardware description that can be found on this web site:http://japan ...
Mar 10, 2011
FAQs
-
Can the DMA transferring be suspended?
The conditions for suspension of DMA transferring are as follows; (1) Generating NMI interrupts. (2) Generating an address error by DMAC. (3) High level detection of DREQ#. (When it is detected in low level on external request mode) In cycle-steal mode, the suspension of DMA transferring is possible ...
Mar 25, 2009 -
Which current consumption does hardware & software mode indicated?
The current consumption at the standby mode, described in the electrical characteristic section of the hardware manual, indicates the current consumption of both hardware standby mode and the software standby mode.
Mar 25, 2009 -
Is there any way to realize software interruption?
Please examine the following method. 1. Use trap instruction By executing TRAPA instruction, the exception handling vector table of vector no. 32-63 can be used. 2. Use dummy interrupt from on-chip peripheral function For example, the following interruption can be possible. •Timer interrupt (Overflow interruption of MTU, Compare ...
Mar 25, 2009