Blockset described on this wiki is deprecated since 2012.

For Model Based Design (MBD), use the free MPLAB Device Blocks for Simulink, tool from Microchip.
Updated Rapid Control Prototyping (RCP) custom projects are published at: https://lubin.kerhuel.eu.

Difference between revisions of "DsPIC Block/Software Reset"

From http://www.kerhuel.eu/wiki - Simulink device driver Blockset for dsPIC / PIC24 / PIC32 Microcontrollers --[[User:LubinKerhuel|LubinKerhuel]] 12:40, 3 September 2009 (UTC)
Jump to navigation Jump to search
(New page: Software RESET The "dsPIC Reset" block Reset the microcontroller when its input is different from 0. The effect of the reset is the same switch off then on the alimentation. This can be u...)
 
Line 1: Line 1:
 +
[[Image:Block_Software_Reset.png|thumb|rght|Block Software Reset]]
 
Software RESET
 
Software RESET
  
 
The "dsPIC Reset" block Reset the microcontroller when its input is different from 0. The effect of the reset is the same switch off then on the alimentation. This can be usefull when using a bootloader (I considere the Tiny Boot loader TinyBld written by Claudio Chiculita). You can reset the microcontroller when receiving one specific data on the UART for example.
 
The "dsPIC Reset" block Reset the microcontroller when its input is different from 0. The effect of the reset is the same switch off then on the alimentation. This can be usefull when using a bootloader (I considere the Tiny Boot loader TinyBld written by Claudio Chiculita). You can reset the microcontroller when receiving one specific data on the UART for example.

Revision as of 21:12, 10 June 2008

Block Software Reset

Software RESET

The "dsPIC Reset" block Reset the microcontroller when its input is different from 0. The effect of the reset is the same switch off then on the alimentation. This can be usefull when using a bootloader (I considere the Tiny Boot loader TinyBld written by Claudio Chiculita). You can reset the microcontroller when receiving one specific data on the UART for example.