Auf unserer Website setzen wir Cookies ein, um Ihnen den bestmöglichen Service zu bieten und unsere Website weiter verbessern zu können. Mit dem Button "Alle akzeptieren" stimmen Sie der Verwendung aller Cookies zu. Über "Auswahl akzeptieren" können Sie die verwendeten Cookies eingrenzen. Weitere Informationen und eine Option zum Widerruf Ihrer Auswahl finden Sie in unserer Datenschutzerklärung.

Notwendig:

Diese Cookies sind für die grundlegende Funktionalität notwendig. Dadurch können Sie sich auf unserer Website und im Forum anmelden oder Produkte mit unserem Online-Shop bestellen.

Statistik:

Mit diesen Cookies erheben wir anonymisiert Nutzungsdaten für unsere Website. So können wir beispielsweise sehen, welche Inhalte für unsere Besucher interessant sind und welche Auflösungen verwendet werden. Anhand der Informationen optimieren wir unsere Website, um Ihnen eine möglichst gute Benutzererfahrung bieten zu können.

Notwendig
Statistik

Mehr

PEAK-DevPack - Version History

This is the version history of the PCAN-DevPack, a firmware development package for ARM-based products. The package includes a GCC ARM Embedded compiler, PEAK-Flash, programming examples, upgrade files, and a quick start guide. All changes besides regular PEAK-Flash updates are listed in this version history.

2024-02-16 - Version 1.6.2

  • Updated the PCAN-GPS standard firmware to v1.1.0
    • Changed LED patterns of the 00_Standard_Firmware to indicate GPS status
    • Added some information concerning the GPS status to the CAN message 620h
  • Updated the PCAN-GPS FD standard firmware to v1.1.0.13
    • Changed LED patterns of the 00_Standard_Firmware to indicate GPS status
    • Added some information concerning the GPS status to the CAN message 620h
  • Updated the programming examples of the PCAN-GPS and PCAN-GPS FD standard firmware
  • Updated the PCAN-Explorer example projects of the PCAN-GPS and PCAN-GPS FD standard firmware
    • Updated the Symbol files according to the changes in the standard firmware
    • Added *.dbc files
  • Updated the command line test tool of the PCAN-GPS located in the programming example directory of the standard firmware

2023-12-12 - Version 1.6.1

  • Updated the PCAN-GPS FD standard firmware
  • Revised the PCAN-Explorer project for the PCAN-GPS FD standard firmware
  • Changed the programming example names of the standard firmware of the PCAN-GPS FD and PCAN-GPS to 00_Standard_Firmware
  • Updated the included PEAK-DevPack Debug Adapter documentation
  • Updates and improvements of the PCAN-Router Pro FD examples:
    • Updated example "08_HW_IO"
    • Added the low-level functions HW_SetDOUT() and HW_GetAIN() to all examples

2023-10-30 - Version 1.6.0

  • Added examples for the upcoming PCAN-GPS FD
  • Added examples for PCAN-MicroMod FD products in general
  • Added examples for PCAN-MicroMod FD Digital 1 and 2 motherboards
  • PCAN-Router Pro: Added the programming example "09_CPLUSPLUS" demonstrating basic functions realized in C++
  • Updated Debug/SetDebug_for_VSCode.vbs for support of the PCAN-GPS FD and new PCAN-MicroMod FD examples
  • Updated the documentation of the PEAK-DevPack Debug Adapter
  • Includes PEAK-Flash version 1.5.5. Note: To continue the x86 support, we are going to keep PEAK-Flash version 1 within this release.
  • Updated the ReadMe files

2022-10-05 - Version 1.5.3

  • PCAN-Router Pro: Added the programming example "08_POWER_STATES" demonstrating power down and wake-up
  • Updated PEAK-Flash to version 1.5.4
  • Updated the ReadMe files

2022-07-27 - Version 1.5.2

  • Updated PEAK-Flash to version 1.5.3

2022-06-27 - Version 1.5.1

  • Updated the PEAK-DevPack Debug adapter documentation

2022-05-24 - Version 1.5.0

  • Updated Compiler to 10 2020-q4-major and BuildTools to 4.2.1-2
  • Added support for the PCAN-MicroMod FD Evaluation Board
  • Enabled debugging for various hardware products based on the included OpenOCD Debug Toolchain. Please note: the PEAK-DevPack Debug Adapter and a hardware debugger are required for debugging.
    • Supported products:
      • PCAN-Router Pro FD (IPEH-002220, IPEH-002222)
      • PCAN-Router FD (IPEH-002214, IPEH-002215)
      • PCAN-MicroMod FD (IPEH-003080)
      • PCAN-GPS (IPEH-002110)
    • The new Debug directory includes:
      • SetPath_for_Debug.vbs: The script creates a custom launch.json file for each supported hardware example
      • OpenOCD with custom target-file for LPC54618 (LPC546xx.cfg)
      • Custom configuration files for OpenOCD for each supported hardware
      • SVD files for each supported hardware (needed by cortex-debug)
      • PEAK-DevPack Debug Adapter documentation for further information
  • Programming example updates:
    • Added 6 programming examples for the PCAN-MicroMod FD
    • PCAN-Router FD and PCAN-Router Pro FD: Added Examples to make use of the Bitrate Calculation Tool output
    • Updated Makefile of all debuggable hardware examples to use 'Make Debug' compiler option (Optimization level: OPT ?= 2 -> 'Make Debug' overwrites with OPT = 0)
    • Updated Router FD (startup_ARMCM4.c) and Router Pro FD (startup_router_pro_fd.c) to reduce warnings due to Compiler change (added '__NO_RETURN' attribute)
  • Updated SetPath_for_VSCode.vbs for the new Compiler and to support debugging
    • Update Compilerpath to 10-2020-q4 major4 and BuildTools to 4.2.1-2
    • Added 'Make Debug' task
    • Added '__GNUC__' define in c_cpp_properties.json
    • Added 'CompilerPath' in c_cpp_properties.json
    • Changed intellisense from "clang-x64" to "windows-gcc-arm" in c_cpp_properties.json
    • Added a Wildcard for header files in workspace

2022-05-11 - Version 1.4.0

  • Updated the PCAN-Router Pro FD data logger firmware to version 1.2.0
  • Updated PEAK-Flash to version 1.5.2

2021-08-04 - Version 1.3.1

  • Updated the PCAN-GPS programming examples. See the history in the examples directory for details.

2021-06-24 - Version 1.3.0

  • Updated the PCAN-Router Pro FD programming examples. See the history in the examples directory for details.
  • Updated the PCAN-Router Pro FD data logger firmware to version 1.1.0
  • Updated the PCAN-Router Pro FD upgrade files with Bootloader version 2.0.11
  • Updated the PCAN-GPS programming examples. See the history in the examples directory for details.
  • Updated the PCAN-RS-232 programming examples. See the history in the examples directory for details.
  • Updated PEAK-Flash to version 1.3.0

2020-11-20 - Version 1.2.0

  • Updated the build tools and the SetPath_for_VSCode.vbs
  • Added support & programming examples for:
    • PCAN-Router
    • PCAN-Router FD
    • PCAN-Router DR
    • PCAN-Router Pro
    • PCAN-RS-232
    • PCAN-GPS
  • With this, the package replaced the former development packages that were based on the Yagarto GNU ARM toolchain.
  • Updated the PCAN-Router Pro FD data logger firmware to version 1.0.1
  • Updated the PCAN-Router Pro FD upgrade files with Bootloader version 2.0.9
  • Updated PEAK-Flash to version 1.2.1

2020-06-30 - Version 1.1.0

  • Added the data logger firmware version 1.0.0 for the PCAN-Router Pro FD. Directory: Hardware\PCAN-Router Pro FD\Datalogger
  • Added upgrade files and an upgrade guide for the PCAN-Router Pro FD. Directory: Hardware\PCAN-Router Pro FD\Upgrades. This includes:
    • Bootloader version 2.0.8
    • FPGA revision 10
    • USB Card Reader revision 2

2020-05-19 - Version 1.0.2

  • Updated PEAK-Flash to version 1.1.0

2020-04-14 - Version 1.0.1

  • Due to problems on Asian operating systems, the "hex2bin.vbs" was removed. The make files were changed for using the binary Hex2Bin

2021-03-23 - Version 1.0.0

  • First official release for PCAN-Router Pro FD based on the Visual Studio Code IDE

2020-02-06 - Prerelease

  • Prerelease based on the Eclipse IDE