Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I working on a project which is based on a HiSilicon HI3518EV300 device. J-Link is connected to the device via JTAG (RST, TDO, TDI, TMS, TCK). As we don't have the chips nRESET signal i have overwritten the default reset strategy in my JLinkScript like this to issue the reset by a write to the respective system-controll register: C Source Code (6 lines) The software running on the HI3518EV is seperated in a bootloader and an application. The bootloader does all the low level initialization like …