Subversion Repositories NaviCtrl

Rev

Rev 378 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
135 killagreg 1
/*#######################################################################################*/
2
/* !!! THIS IS NOT FREE SOFTWARE !!!                                                     */
3
/*#######################################################################################*/
4
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// + www.MikroKopter.com
6
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 7
// + Software Nutzungsbedingungen (english version: see below)
8
// + der Fa. HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland - nachfolgend Lizenzgeber genannt -
9
// + Der Lizenzgeber räumt dem Kunden ein nicht-ausschließliches, zeitlich und räumlich* unbeschränktes Recht ein, die im den
10
// + Mikrocontroller verwendete Firmware für die Hardware Flight-Ctrl, Navi-Ctrl, BL-Ctrl, MK3Mag & PC-Programm MikroKopter-Tool 
11
// + - nachfolgend Software genannt - nur für private Zwecke zu nutzen.
12
// + Der Einsatz dieser Software ist nur auf oder mit Produkten des Lizenzgebers zulässig.
135 killagreg 13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 14
// + Die vom Lizenzgeber gelieferte Software ist urheberrechtlich geschützt. Alle Rechte an der Software sowie an sonstigen im
15
// + Rahmen der Vertragsanbahnung und Vertragsdurchführung überlassenen Unterlagen stehen im Verhältnis der Vertragspartner ausschließlich dem Lizenzgeber zu.
16
// + Die in der Software enthaltenen Copyright-Vermerke, Markenzeichen, andere Rechtsvorbehalte, Seriennummern sowie
17
// + sonstige der Programmidentifikation dienenden Merkmale dürfen vom Kunden nicht verändert oder unkenntlich gemacht werden.
18
// + Der Kunde trifft angemessene Vorkehrungen für den sicheren Einsatz der Software. Er wird die Software gründlich auf deren
19
// + Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
20
// + Die Haftung des Lizenzgebers wird - soweit gesetzlich zulässig - begrenzt in Höhe des typischen und vorhersehbaren
21
// + Schadens. Die gesetzliche Haftung bei Personenschäden und nach dem Produkthaftungsgesetz bleibt unberührt. Dem Lizenzgeber steht jedoch der Einwand 
22
// + des Mitverschuldens offen.
23
// + Der Kunde trifft angemessene Vorkehrungen für den Fall, dass die Software ganz oder teilweise nicht ordnungsgemäß arbeitet.
24
// + Er wird die Software gründlich auf deren Verwendbarkeit zu dem von ihm beabsichtigten Zweck testen, bevor er diese operativ einsetzt.
25
// + Der Kunde wird er seine Daten vor Einsatz der Software nach dem Stand der Technik sichern.
26
// + Der Kunde ist darüber unterrichtet, dass der Lizenzgeber seine Daten im zur Vertragsdurchführung erforderlichen Umfang
27
// + und auf Grundlage der Datenschutzvorschriften erhebt, speichert, verarbeitet und, sofern notwendig, an Dritte übermittelt.
28
// + *) Die räumliche Nutzung bezieht sich nur auf den Einsatzort, nicht auf die Reichweite der programmierten Software.
29
// + #### ENDE DER NUTZUNGSBEDINGUNGEN ####'
30
// +  Hinweis: Informationen über erweiterte Nutzungsrechte (wie z.B. Nutzung für nicht-private Zwecke) sind auf Anfrage per Email an info(@)hisystems.de verfügbar.
135 killagreg 31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 32
// + Software LICENSING TERMS
135 killagreg 33
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
360 holgerb 34
// + of HiSystems GmbH, Flachsmeerstrasse 2, 26802 Moormerland, Germany - the Licensor -
35
// + The Licensor grants the customer a non-exclusive license to use the microcontroller firmware of the Flight-Ctrl, Navi-Ctrl, BL-Ctrl, and MK3Mag hardware 
36
// + (the Software) exclusively for private purposes. The License is unrestricted with respect to time and territory*.
37
// + The Software may only be used with the Licensor's products.
38
// + The Software provided by the Licensor is protected by copyright. With respect to the relationship between the parties to this
39
// + agreement, all rights pertaining to the Software and other documents provided during the preparation and execution of this
40
// + agreement shall be the property of the Licensor.
41
// + The information contained in the Software copyright notices, trademarks, other legal reservations, serial numbers and other
42
// + features that can be used to identify the program may not be altered or defaced by the customer.
43
// + The customer shall be responsible for taking reasonable precautions
44
// + for the safe use of the Software. The customer shall test the Software thoroughly regarding its suitability for the
45
// + intended purpose before implementing it for actual operation. The Licensor's liability shall be limited to the extent of typical and
46
// + foreseeable damage to the extent permitted by law, notwithstanding statutory liability for bodily injury and product
47
// + liability. However, the Licensor shall be entitled to the defense of contributory negligence.
48
// + The customer will take adequate precautions in the case, that the software is not working properly. The customer will test
49
// + the software for his purpose before any operational usage. The customer will backup his data before using the software.
50
// + The customer understands that the Licensor collects, stores and processes, and, where required, forwards, customer data
51
// + to third parties to the extent necessary for executing the agreement, subject to applicable data protection and privacy regulations.
52
// + *) The territory aspect only refers to the place where the Software is used, not its programmed range.
53
// + #### END OF LICENSING TERMS ####
54
// + Note: For information on license extensions (e.g. commercial use), please contact us at info(@)hisystems.de.
135 killagreg 55
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
#include "91x_lib.h"
57
#include "uart1.h"
58
#include "analog.h"
147 killagreg 59
#include "timer1.h"
136 killagreg 60
#include "config.h"
135 killagreg 61
 
62
AnalogData_t AnalogData;
63
 
64
void ADC_IRQHandler(void)
65
{
195 killagreg 66
        IENABLE;
67
 
135 killagreg 68
        if(ADC_GetFlagStatus(ADC_FLAG_ECV) == SET)
69
        {
154 killagreg 70
                ADC_ClearFlag(ADC_FLAG_ECV);
135 killagreg 71
                AnalogData.Ch1 = ADC_GetConversionValue(ADC_Channel_1);
72
                AnalogData.Ch2 = ADC_GetConversionValue(ADC_Channel_2);
73
                AnalogData.Ch3 = ADC_GetConversionValue(ADC_Channel_3);
74
                AnalogData.Ch4 = ADC_GetConversionValue(ADC_Channel_4);
75
                AnalogData.Ch5 = ADC_GetConversionValue(ADC_Channel_5);
76
                AnalogData.Ch6 = ADC_GetConversionValue(ADC_Channel_6);
77
                AnalogData.Ch7 = ADC_GetConversionValue(ADC_Channel_7);
78
        }
195 killagreg 79
        IDISABLE;
378 holgerb 80
        VIC0->VAR = 0xFF; // write any value to VIC0 Vector address register
135 killagreg 81
}
82
 
83
void Analog_Init(void)
84
{
182 killagreg 85
        ADC_InitTypeDef   ADC_InitStructure;
135 killagreg 86
 
87
        UART1_PutString("\r\n ADC init...");
182 killagreg 88
 
135 killagreg 89
        SCU_APBPeriphClockConfig(__GPIO4, ENABLE); // Enable the GPIO4 Clock
182 killagreg 90
 
135 killagreg 91
        ADC_DeInit(); // reset register to default values
182 killagreg 92
 
135 killagreg 93
        // configure port 4 pins as analog inputs
94
        GPIO_ANAPinConfig(GPIO_ANAChannel1, ENABLE);
95
        GPIO_ANAPinConfig(GPIO_ANAChannel2, ENABLE);
96
        GPIO_ANAPinConfig(GPIO_ANAChannel3, ENABLE);
97
        GPIO_ANAPinConfig(GPIO_ANAChannel4, ENABLE);
98
        GPIO_ANAPinConfig(GPIO_ANAChannel5, ENABLE);
99
        GPIO_ANAPinConfig(GPIO_ANAChannel6, ENABLE);
100
        GPIO_ANAPinConfig(GPIO_ANAChannel7, ENABLE);
101
 
102
        ADC_Cmd(ENABLE); // power on the ADC
103
        ADC_StandbyModeCmd(DISABLE); // disable Standby Mode
182 killagreg 104
        ADC_StructInit(&ADC_InitStructure);
135 killagreg 105
        ADC_InitStructure.ADC_Channel_1_Mode = ADC_NoThreshold_Conversion;
106
        ADC_InitStructure.ADC_Channel_2_Mode = ADC_NoThreshold_Conversion;
107
        ADC_InitStructure.ADC_Channel_3_Mode = ADC_NoThreshold_Conversion;
108
        ADC_InitStructure.ADC_Channel_4_Mode = ADC_NoThreshold_Conversion;
109
        ADC_InitStructure.ADC_Channel_5_Mode = ADC_NoThreshold_Conversion;
110
        ADC_InitStructure.ADC_Channel_6_Mode = ADC_NoThreshold_Conversion;
111
        ADC_InitStructure.ADC_Channel_7_Mode = ADC_NoThreshold_Conversion;
141 killagreg 112
        ADC_InitStructure.ADC_Select_Channel = ADC_Channel_1;
135 killagreg 113
        ADC_InitStructure.ADC_Scan_Mode = ENABLE; // convert all selected channels
141 killagreg 114
        ADC_InitStructure.ADC_Conversion_Mode = ADC_Single_Mode;
135 killagreg 115
        ADC_Init(&ADC_InitStructure);
116
 
117
        ADC_PrescalerConfig(255);  // PCLK/255  (24MHz/255 = 94.1kHZ )
118
        ADC_ITConfig(ADC_IT_ECV, ENABLE); // enable end of conversion IRQ
182 killagreg 119
 
136 killagreg 120
        VIC_Config(ADC_ITLine, VIC_IRQ, PRIORITY_ADC);
378 holgerb 121
 
122
 
135 killagreg 123
        VIC_ITCmd(ADC_ITLine, ENABLE);
124
 
125
        UART1_PutString("ok");
126
}
139 killagreg 127
 
128
void Analog_Deinit(void)
129
{
130
        VIC_ITCmd(ADC_ITLine, DISABLE);
131
        ADC_ConversionCmd(ADC_Conversion_Stop);
132
        ADC_ITConfig(ADC_IT_ECV, DISABLE); // disable end of conversion IRQ
133
        ADC_Cmd(DISABLE); // power down the ADC
134
        ADC_DeInit(); // reset register to default values
135
}
146 killagreg 136
 
137
void Analog_Update(void)
138
{
147 killagreg 139
        static u32 AnalogTimer = 0;
140
 
141
        if(CheckDelay(AnalogTimer))
142
        {
143
                AnalogTimer = SetDelay(25);
144
                ADC_ConversionCmd(ADC_Conversion_Start);
145
        }
146 killagreg 146
}