معرفی شرکت ها


ISPProgrammer-1.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

NXP ISP Cortex-M programming tool
ویژگی مقدار
سیستم عامل OS Independent
نام فایل ISPProgrammer-1.1.0
نام ISPProgrammer
نسخه کتابخانه 1.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Simon Hobbs
ایمیل نویسنده simon.hobbs@electrooptical.net
آدرس صفحه اصلی https://github.com/snhobbs/NXPISP
آدرس اینترنتی https://pypi.org/project/ISPProgrammer/
مجوز MIT
# NXPISP ISP Programmer for NXP Cortex-M Chips Command line programmer for the NXP ISP interface. ## Features ### Secure Write The checksum in flash is written to zero as the first write, so if the upload fails the chip will boot back into the ISP mode. The image is then written from the top most page down to the first page. The first sector contains the valid image checksum so a failed write will keep the device in ISP mode instead of just being bricked. ## Chip Families Supported: LPC84x LPC82x LPC80x UU encoded families not supported (LPC1700 family and similar) NXP chips with 1kB sector sizes should work by adding their information to the lpctools_parts.def configuration file. The configuration file is identical to that used by the lpctools project <http://git.techno-innov.fr/?p=lpctools> ## Usage Erase Entire Flash: isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 masserase Program Flash: isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 writeimage --imagein blinky804.hex Read Chip Info: isp_programmer --device /dev/ttyUSB0 -b 9600 -crystal_frequency 12000 querychip ## Installation NXPISP is a python3 package and can be installed using pip. Clone the repository, enter the directory with setup.py in it and run pip install . The default location for the configuration file is at /etc/lpctools_parts.def. The file can either be copied there or the path passed in when calling the tool with the --config_file/-f flag. 1. cd NXPISP 2. pip install . 3. cp lpctools_parts.def /etc ## Similar Projects + https://github.com/JitterCompany/mxli + https://github.com/idreamoferp/nxp_isp + https://github.com/pzn1977/nxp_isp_loader + https://github.com/laneboysrc/LPC81x-ISP-tool + https://github.com/Senseg/lpc21isp + https://github.com/ulfen/nxpprog


نیازمندی

مقدار نام
- click
- pyserial
- numpy
- intelhex
- timeout-decorator


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl ISPProgrammer-1.1.0:

    pip install ISPProgrammer-1.1.0.whl


نصب پکیج tar.gz ISPProgrammer-1.1.0:

    pip install ISPProgrammer-1.1.0.tar.gz