Deep brain stimulation is an FDA-approved treatment for Parkinson’s disease and essential tremors. As the name implies, DBS therapy involves the implantation of electrodes into structures deep in the brain (“deep” as opposed to surface or non-invasive transcranial stimulation, and “brain” as opposed to stimulation of peripheral nerves). As shown in the picture to the left, A DBS system comprises to elements - the electrodes which are implanted into the brain and deliver charge to the tissue, and the “implanted pulse generator” (IPG) which contains a battery and generates and controls the stimulation pulses. In this course, we have been studying the implementation of small, low power embedded systems. An IPG is an excellent example of a very specialized embedded system which must be both small and ulta-low power. The goal of this lab is for you to learn more about devices which interface with the nervous system and to consider the design of an IPG.
If you are interested in learning more about DBS, a good review is Oluigbo et al, IEEE Reviews in Bioengineering 2012. If you are interested in learning more about the mechanisms of DBS in Parkinson’s disease, a good review is Johnson et al, NeuroTherapeutics 2008.
Below is the schematic for a simple MSP430-based system for delivering constant-current stimulation (i.e., an IPG). Your task is to evaluate the design using your knowledge of the MSP430 and by reading the data sheets for the two other integrated circuits, the current-mode digital to analog converter (DS4432) and the digitally-controlled switch (TS3A4751).
The goal of the IPG is to deliver biphasic current pulses, as shown below, with a programmable frequency and current amplitude.
For the purposes of this lab, you can assume that we want 130 Hz stimulation and 50 μA pulses with 60 μs pulse width. The DS4432 is a digitally-controlled current source, but cannot generate biphasic pulses. In order to generate biphasic pulses the design relies on a switch matrix as in Figure 4 in Farahamand 2012. Even though the data sheet does not specify this, you may assume that the amount of time the DS4432 requires to turn on is equivalent to the amount of time it takes to transmit the relevant I2C commmands. In addition, assume you are running with a 3V battery.
For the second part of the lab, in about 2/3rds of a page,
Upload your answered questions and design study to owlspace. For up to 20 bonus points, give suggestions for other good questions to ask (include answers!) and/or other ways this assignment could be made more interesting.