From 96d6da4e252b06dcfdc041e7df23e86161c33007 Mon Sep 17 00:00:00 2001 From: rihab kouki Date: Tue, 28 Jul 2020 11:24:49 +0100 Subject: Official ARM version: v5.6.0 --- docs/Pack/html/DebugConnect.png | Bin 104597 -> 49687 bytes docs/Pack/html/algorithmFunc.html | 13 +- docs/Pack/html/api.png | Bin 0 -> 37821 bytes docs/Pack/html/cmsis.css | 2 +- docs/Pack/html/conditions.png | Bin 0 -> 14388 bytes docs/Pack/html/configWizard.html | 4 +- docs/Pack/html/coresight_setup.html | 4 +- docs/Pack/html/cp_Editors.html | 4 +- docs/Pack/html/cp_Packs.html | 255 ++++-- docs/Pack/html/cp_SWComponents.html | 4 +- docs/Pack/html/cp_ZIPTool.html | 4 +- docs/Pack/html/cpdsc_pg.html | 4 +- docs/Pack/html/createPackBoard.html | 4 +- docs/Pack/html/createPackPublish.html | 24 +- docs/Pack/html/createPackUtil.html | 4 +- docs/Pack/html/createPack_DFP.html | 4 +- docs/Pack/html/debug_description.html | 8 +- docs/Pack/html/element_dominate.html | 152 ++++ docs/Pack/html/element_keywords.html | 4 +- docs/Pack/html/element_releases.html | 4 +- docs/Pack/html/element_repository.html | 6 +- docs/Pack/html/element_requirements_pg.html | 4 +- docs/Pack/html/element_taxonomy.html | 36 +- docs/Pack/html/external_mac_example.png | Bin 0 -> 19913 bytes docs/Pack/html/flashAlgorithm.html | 8 +- docs/Pack/html/index.html | 34 +- docs/Pack/html/internal_mac_example.png | Bin 0 -> 20637 bytes docs/Pack/html/navtree.js | 17 +- docs/Pack/html/navtreeindex0.js | 212 ++--- docs/Pack/html/packChk.html | 4 +- docs/Pack/html/packFormat.html | 5 +- docs/Pack/html/packFormat.js | 3 + docs/Pack/html/packIndexFile.html | 10 +- docs/Pack/html/pack_Example.html | 4 +- docs/Pack/html/pack_revisionHistory.html | 19 +- docs/Pack/html/pages.html | 45 +- docs/Pack/html/pdsc_SequenceNameEnum_pg.html | 1092 -------------------------- docs/Pack/html/pdsc_apis_pg.html | 6 +- docs/Pack/html/pdsc_boards_pg.html | 4 +- docs/Pack/html/pdsc_components_pg.html | 77 +- docs/Pack/html/pdsc_conditions_pg.html | 19 +- docs/Pack/html/pdsc_devices_pg.html | 4 +- docs/Pack/html/pdsc_examples_pg.html | 4 +- docs/Pack/html/pdsc_family_pg.html | 81 +- docs/Pack/html/pdsc_generators_pg.html | 4 +- docs/Pack/html/pdsc_package_pg.html | 20 +- docs/Pack/html/requirements.png | Bin 0 -> 4955 bytes docs/Pack/html/schema_check.png | Bin 0 -> 11864 bytes docs/Pack/html/schema_check_output.png | Bin 0 -> 11063 bytes docs/Pack/html/sdf_pg.html | 6 +- docs/Pack/html/search/all_4.js | 9 +- docs/Pack/html/search/all_5.js | 9 +- docs/Pack/html/search/all_6.js | 3 +- docs/Pack/html/search/all_7.js | 2 +- docs/Pack/html/search/all_8.js | 2 +- docs/Pack/html/search/all_9.js | 2 +- docs/Pack/html/search/all_a.html | 26 + docs/Pack/html/search/all_a.js | 4 + docs/Pack/html/search/pages_4.js | 9 +- docs/Pack/html/search/pages_5.js | 9 +- docs/Pack/html/search/pages_6.js | 3 +- docs/Pack/html/search/pages_7.js | 2 +- docs/Pack/html/search/pages_8.js | 2 +- docs/Pack/html/search/pages_9.js | 2 +- docs/Pack/html/search/pages_a.html | 26 + docs/Pack/html/search/pages_a.js | 4 + docs/Pack/html/search/search.css | 49 +- docs/Pack/html/search/search.js | 4 +- docs/Pack/html/software_component.png | Bin 0 -> 27049 bytes 69 files changed, 966 insertions(+), 1423 deletions(-) create mode 100644 docs/Pack/html/api.png create mode 100644 docs/Pack/html/conditions.png create mode 100644 docs/Pack/html/element_dominate.html create mode 100644 docs/Pack/html/external_mac_example.png create mode 100644 docs/Pack/html/internal_mac_example.png delete mode 100644 docs/Pack/html/pdsc_SequenceNameEnum_pg.html create mode 100644 docs/Pack/html/requirements.png create mode 100644 docs/Pack/html/schema_check.png create mode 100644 docs/Pack/html/schema_check_output.png create mode 100644 docs/Pack/html/search/all_a.html create mode 100644 docs/Pack/html/search/all_a.js create mode 100644 docs/Pack/html/search/pages_a.html create mode 100644 docs/Pack/html/search/pages_a.js create mode 100644 docs/Pack/html/software_component.png (limited to 'docs/Pack') diff --git a/docs/Pack/html/DebugConnect.png b/docs/Pack/html/DebugConnect.png index 656edd3..a4f8645 100644 Binary files a/docs/Pack/html/DebugConnect.png and b/docs/Pack/html/DebugConnect.png differ diff --git a/docs/Pack/html/algorithmFunc.html b/docs/Pack/html/algorithmFunc.html index 5a23864..0f4d486 100644 --- a/docs/Pack/html/algorithmFunc.html +++ b/docs/Pack/html/algorithmFunc.html @@ -32,7 +32,7 @@ Logo
CMSIS-Pack -  Version 1.5.0 +  Version 1.6.0
Delivery Mechanism for Software Packs
@@ -314,10 +314,11 @@ ProgramPage
  • 1 on failure.
  • -

    The function ProgramPage is used to write code into the Flash memory. It is invoked whenever an attempt is made to download a program to Flash.

    -

    The argument adr specifies the start address of the page that is to be programmed.

    -

    The argument sz specifies the size of the page that is to be programmed.

    -

    The argument buf points to the buffer containing the data to be programmed.

    +

    The function ProgramPage is used to write code into the Flash memory. It is invoked to download a program to Flash. As Flash memory is typically organized in blocks or pages, the parameters to the function ProgramPage must not cross alignment boundaries of these flash pages. The page size is specified in the struct FlashDevice with the value Program Page Size.

    +

    The argument adr specifies the start address of the page that is to be programmed. It is aligned by the host programming system to a start address of a flash page.

    +

    The argument sz specifies the data size in the data buffer. The host programming system ensures that page boundaries are not crossed.

    +

    The argument buf points to the data buffer containing the data to be programmed.

    +
    Note
    The host programming system ensures that the argument adr + sz never crosses any page boundary. The function ProgramPage does therefore not require any provisions for that.

    Code Example

    int ProgramPage (unsigned long adr, unsigned long sz, unsigned char *buf) {
    @@ -426,7 +427,7 @@ Verify