Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
DeviceUvision Class Reference
Inherits tools::export::cmsis::DeviceCMSIS.
Public Member Functions | |
def | uv_debug |
def | generate_flash_dll |
Detailed Description
Uvision Device class, inherits CMSIS Device class Encapsulates information necessary for uvision project targets
Definition at line 19 of file export/uvision/__init__.py.
Member Function Documentation
def generate_flash_dll | ( | self ) |
Flash DLL string from uvision S = SW/JTAG Clock ID C = CPU index in JTAG chain P = Access Port For the Options for Target -> Debug -> settings -> "Flash" dialog: FD = RAM Start for Flash Functions FC = RAM Size for Flash Functions FN = Number of Flash types FF = Flash File Name (without an extension) FS = Start Address of the Flash Device FL = Size of the Flash Device FP = Full path to the Device algorithm (RTE) Necessary to flash some targets.
Definition at line 58 of file export/uvision/__init__.py.
def uv_debug | ( | self ) |
Return a namedtuple of information about uvision debug settings
Definition at line 33 of file export/uvision/__init__.py.
Generated on Tue Jul 12 2022 17:12:48 by
