Skip to content
Andres R. edited this page Oct 6, 2015 · 3 revisions

Welcome to the MBD_4BIT-Counter wiki!

This is a 4bit counter implemented through a model based design execution in Simulink with specific target on the PIC16F73.

This project around the PIC16F73 revolves around the spec document (Link to SpecSheet file for PIC16F73) that lays out the variables and ports available on the specific hardware, this to make it easy to develop future and more complex models for code deployment on the PIC16F73. Why PIC16F73?... mmm, I had like 20 of them just sitting there doing nothing and I decided to put something neat around the Model Based Design and Model Based Testing. Hopefully it can help some users out there to develop some fun models and just deploy to their hardware and maybe someone out there can replicate with a different hardware, someone that has already digested I/O and ports on different micro.

Below the general flow chart for the functional section of this application, I did not include the hardware config section. General functional spec

Below the flow chart of the 4BIT counter in the Simulink environment.

To minimize the debugging with the micro a model simulator (Link to the Simulator and 4BIT model) was build inside the Simulink environment, this model simulates and tests the model before code deployment.

Links!

Clone this wiki locally