Infineon S6J33xxx series devices

From SEGGER Wiki
Revision as of 14:23, 29 August 2019 by Sebastian (talk | contribs) (Created page with "This article describes device specifics for the Cypress S6J33xxx series devices. = Flash Programming with 16MHz external oscillator = In case the default external 4MHz osci...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This article describes device specifics for the Cypress S6J33xxx series devices.


Flash Programming with 16MHz external oscillator

In case the default external 4MHz oscillator is replaced with a 16 MHz oscillator it is necessary to adapt the PLL configuration of the flashalgorithm, as during prepare the PLL is set to the maximum frequency of 240MHz based on an oscillator with 4MHz. External oscillators with higher frequencies will lead to a configuration out of specification. The following pex-file configurates the PLL correctly for an external oscillator of 16MHz:

  1. Download the following Pex-file (Pex-file:File:Cypress S6J33.pex).
  2. Adapt the PLL divider and multiplier configuration according to your needs within function HandleBeforeFlashProg().
  3. Replace the Pex-file into the following folder ...\JLink\Devices\Cypress\Traveo_S6J3300

Note: If you have another oscillator and you need an adapted pex-file, please get in contact with SEGGER.