Home
Projects
Gear
Privacy
Contact Us
GitHub
Code
Our Github Repository
BBAI Backup Cam
Ghost Catcher Cam
Social Distance Desk Ornament
Ultrasonic Security Alarm
R2D2
Coke Drum IoT
Spider Man Web Slinger
Modbus Mega Logger
Ultimate Trike
Clock Crane
Jumbo Laser Etcher
Marshmallow-Rotisserie
Contact Us
ID:
Title:
Lead:
Signature:
<p>For this adventure, I'm using the Wiznet350-evb-mini. It is based on the ARM Cortex M3 chip. Here is what ARM has to say about it:</p> <p style="padding-left: 20pt;"><em>The Cortex-M3 processor is an entry-level 32-bit Arm Cortex processor designed for a broad range of embedded applications. It offers significant benefits to developers, including:</em><br><em>- simple, easy-to-use programmer's model</em><br><em>- highly efficient ultra-low power operation</em><br><em>- excellent code density</em><br><em>- deterministic, high-performance interrupt handling</em><br><em>- upward compatibility with </em>the rest of the Cortex-M processor family.</p> <p>The first bit of mojo to making your only ARM firmware to design our on SoC board, you need to get the super duper Keil IDE and get it setup for the vintage era of that the W600 was made available. So, you'll need to get some Legacy stuff:</p> <ol> <li>Download the Keil uVision 5 IDE: <a href="https://www.keil.com/demo/eval/arm.htm#!#DOWNLOAD">MDK-ARM Version 5.37 Evaluation Software Request (keil.com)</a></li> <li>Download the Keil Legacy Support: <a href="https://www2.keil.com/mdk5/legacy/">MDK v4 Legacy Support (keil.com)</a></li> <li>Download the ARM Compiler 5: <a href="https://developer.arm.com/tools-and-software/embedded/arm-compiler/arm-compiler-5/downloads">ARM Compiler 5 | Downloads – Arm Developer</a></li> <li style="text-align: left;">Go to Manage Project Items under Project to set the ARM Compiler to 5:<br><img src="/images/blogimages/1657374460946.png" width="477" height="225"></li> <li style="text-align: left;">You'll then need to click Flash-->Configure Flash tools to set the ARM Compiler to V5:<img style="text-align: center;" src="/images/blogimages/1657374696585.png" width="428" height="320"></li> <li style="text-align: left;">Finally, you need to get a license. The kicker info is the Product Serial Number . I found it digging into the community page: 42B2L-JM9GY-LHN8C. <a href="https://www.keil.arm.com/mdk-community/">Arm Keil | MDK-Community edition</a> <a href="https://www.keil.com/license/install.htm">Single-User License Management (keil.com)</a>. You can get to those through File-->License Management.</li> </ol> <p> </p>
View in New Tab
Copied! Use Ctrl-V to paste it back at your terminal.
Close