Subversion Repositories MK3Mag

Rev

Rev 22 | Rev 24 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
1
/*#######################################################################################
1
/*#######################################################################################
2
MK3Mag 3D-Magnet sensor
2
MK3Mag 3D-Magnet sensor
3
!!! THIS IS NOT FREE SOFTWARE !!!
3
!!! THIS IS NOT FREE SOFTWARE !!!
4
#######################################################################################*/
4
#######################################################################################*/
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// + Copyright (c) 05.2008 Holger Buss
6
// + Copyright (c) 05.2008 Holger Buss
7
// + Thanks to Ilja Fähnrich (P_Latzhalter)
7
// + Thanks to Ilja Fähnrich (P_Latzhalter)
8
// + Nur für den privaten Gebrauch
8
// + Nur für den privaten Gebrauch
9
// + www.MikroKopter.com
9
// + www.MikroKopter.com
10
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
11
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
11
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
12
// + mit unserer Zustimmung zulässig
12
// + mit unserer Zustimmung zulässig
13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
14
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
14
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
15
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
15
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
16
// + AUSNAHME: Ein bei www.mikrokopter.de erworbener vorbestückter MK3Mag darf als Baugruppe auch in kommerziellen Systemen verbaut werden
16
// + AUSNAHME: Ein bei www.mikrokopter.de erworbener vorbestückter MK3Mag darf als Baugruppe auch in kommerziellen Systemen verbaut werden
17
// + Im Zweifelsfall bitte anfragen bei: info@mikrokopter.de
17
// + Im Zweifelsfall bitte anfragen bei: info@mikrokopter.de
18
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
18
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
19
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
20
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
20
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
21
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
21
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
22
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
22
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
23
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
23
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
24
// + eindeutig als Ursprung verlinkt werden
24
// + eindeutig als Ursprung verlinkt werden
25
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
25
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
26
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
27
// + Benutzung auf eigene Gefahr
27
// + Benutzung auf eigene Gefahr
28
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
28
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
30
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
30
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
32
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
32
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
33
// + this list of conditions and the following disclaimer.
33
// + this list of conditions and the following disclaimer.
34
// +   * PORTING this software (or parts of it) to systems (other than hardware from www.mikrokopter.de) is NOT allowed
34
// +   * PORTING this software (or parts of it) to systems (other than hardware from www.mikrokopter.de) is NOT allowed
35
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
35
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
36
// +     from this software without specific prior written permission.
36
// +     from this software without specific prior written permission.
37
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
37
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
38
// +     for non-commercial use (directly or indirectly)
38
// +     for non-commercial use (directly or indirectly)
39
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
39
// +     Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
40
// +     with our written permission
40
// +     with our written permission
41
// +     Exception: A preassembled MK3Mag, purchased from www.mikrokopter.de may be used as a part of commercial systems
41
// +     Exception: A preassembled MK3Mag, purchased from www.mikrokopter.de may be used as a part of commercial systems
42
// +     In case of doubt please contact: info@MikroKopter.de
42
// +     In case of doubt please contact: info@MikroKopter.de
43
// +   * If sources or documentations are redistributet on other webpages, our webpage (http://www.MikroKopter.de) must be
43
// +   * If sources or documentations are redistributet on other webpages, our webpage (http://www.MikroKopter.de) must be
44
// +     clearly linked as origin
44
// +     clearly linked as origin
45
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
45
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
46
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
47
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
47
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
48
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
48
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
49
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
49
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
50
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
50
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
51
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
51
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
52
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
52
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
53
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
53
// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
54
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
54
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
55
// +  POSSIBILITY OF SUCH DAMAGE.
55
// +  POSSIBILITY OF SUCH DAMAGE.
56
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
56
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
57
#include <avr/io.h>
57
#include <avr/io.h>
58
#include <avr/interrupt.h>
58
#include <avr/interrupt.h>
59
#include <util/twi.h>
59
#include <util/twi.h>
60
#include "twislave.h"
60
#include "twislave.h"
61
#include "uart.h"
61
#include "uart.h"
62
#include "main.h"
62
#include "main.h"
63
#include "timer0.h"
63
#include "timer0.h"
64
#include "led.h"
64
#include "led.h"
65
 
65
 
66
 
66
 
67
uint8_t I2C_RxBufferSize = 0, I2C_TxBufferSize = 0;
67
volatile uint8_t I2C_RxBufferSize = 0, I2C_TxBufferSize = 0;
68
uint8_t *I2C_TxBuffer = 0, *I2C_RxBuffer = 0;
68
volatile uint8_t *I2C_TxBuffer = 0, *I2C_RxBuffer = 0;
69
uint8_t Tx_Idx = 0, Rx_Idx = 0;
69
volatile uint8_t Tx_Idx = 0, Rx_Idx = 0;
70
 
70
 
71
 
71
 
72
 
72
 
73
I2C_Heading_t       I2C_Heading;
73
struct I2C_Heading_t       I2C_Heading;
74
I2C_WriteAttitude_t I2C_WriteAttitude;
74
struct I2C_WriteAttitude_t I2C_WriteAttitude;
75
I2C_Mag_t           I2C_Mag;
-
 
76
I2C_EEPROM_t        I2C_ReadEEPROM, I2C_WriteEEPROM;
75
struct I2C_Mag_t           I2C_Mag;
77
I2C_Version_t       I2C_Version;
76
struct I2C_Version_t       I2C_Version;
78
I2C_WriteCal_t      I2C_WriteCal;
77
struct I2C_WriteCal_t      I2C_WriteCal;
79
 
78
 
80
 
79
 
81
void I2C_Init(void)
80
void I2C_Init(void)
82
{
81
{
83
 
82
 
84
        uint8_t sreg;
83
        uint8_t sreg;
85
 
84
 
86
        // backup status register
85
        // backup status register
87
        sreg = SREG;
86
        sreg = SREG;
88
    // disable global interrupts
87
    // disable global interrupts
89
        cli();
88
        cli();
90
 
89
 
91
        // SCK/SCL and  MISO/SDA are at put together on the same connector pin in the schematic
90
        // SCK/SCL and  MISO/SDA are at put together on the same connector pin in the schematic
92
 
91
 
93
        // set PB4 (SCK) and PB5 (MISO) as input tristate
92
        // set PB4 (SCK) and PB5 (MISO) as input pull up
94
        DDRB &= ~((1<<DDB4)|(1<<DDB5));
93
        DDRB &= ~((1<<DDB4)|(1<<DDB5));
95
        PORTB &= ~((1<<PORTB4)|(1<<PORTB5));
94
        PORTB |= ((1<<PORTB4)|(1<<PORTB5));
96
 
95
 
97
        // set PC4 (SDA) and PC5 (SCL) as input tristate
96
        // set PC4 (SDA) and PC5 (SCL) as input tristate
98
        DDRC &= ~((1<<DDC4)|(1<<DDC5));
97
        DDRC &= ~((1<<DDC4)|(1<<DDC5));
99
        PORTC &= ~((1<<PORTC4)|(1<<PORTC5));
98
        PORTC &= ~((1<<PORTC4)|(1<<PORTC5));
100
 
99
 
101
        I2C_TxBuffer = 0;
100
        I2C_TxBuffer = 0;
102
        Tx_Idx = 0;
101
        Tx_Idx = 0;
103
        I2C_TxBufferSize = 0;
102
        I2C_TxBufferSize = 0;
104
        I2C_RxBuffer = 0;
103
        I2C_RxBuffer = 0;
105
        Rx_Idx = 0;
104
        Rx_Idx = 0;
106
        I2C_RxBufferSize = 0;
105
        I2C_RxBufferSize = 0;
107
 
106
 
108
 
107
 
109
 
108
 
110
        TWCR &= ~(1<<TWSTA)|(1<<TWSTO);
109
        TWCR &= ~(1<<TWSTA)|(1<<TWSTO);
111
        TWCR|= (1<<TWEA) | (1<<TWEN)|(1<<TWIE);
110
        TWCR|= (1<<TWEA) | (1<<TWEN)|(1<<TWIE);
112
 
111
 
113
        // set own address
112
        // set own address
114
        // set own address in the upper 7 bits
113
        // set own address in the upper 7 bits
115
    TWAR = I2C_SLAVE_ADDRESS; // set own address only the upper 7 bits are relevant
114
    TWAR = I2C_SLAVE_ADDRESS; // set own address only the upper 7 bits are relevant
116
        // TWI Control Register
115
        // TWI Control Register
117
        // enable TWI Acknowledge Bit (TWEA = 1)
116
        // enable TWI Acknowledge Bit (TWEA = 1)
118
        // disable TWI START Condition Bit (TWSTA = 0), SLAVE
117
        // disable TWI START Condition Bit (TWSTA = 0), SLAVE
119
        // disable TWI  STOP Condition Bit (TWSTO = 0), SLAVE
118
        // disable TWI  STOP Condition Bit (TWSTO = 0), SLAVE
120
        // enable TWI (TWEN = 1)
119
        // enable TWI (TWEN = 1)
121
        // enable TWI Interrupt (TWIE = 1)
120
        // enable TWI Interrupt (TWIE = 1)
122
        TWCR &= ~((1<<TWSTA)|(1<<TWSTO));
-
 
123
        TWCR |= (1<<TWEA)|(1<<TWEN)|(1<<TWIE);
121
        TWCR |= (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(1<<TWEA)|(0<<TWSTA)|(1<<TWSTO)|(0<<TWWC);
124
 
-
 
125
        // update version info
122
        // update version info
126
        I2C_Version.Major = VERSION_MAJOR;
123
        I2C_Version.Major = VERSION_MAJOR;
127
        I2C_Version.Minor = VERSION_MINOR;
124
        I2C_Version.Minor = VERSION_MINOR;
128
        I2C_Version.Compatible = I2C_PROTOCOL_COMP;
125
        I2C_Version.Compatible = I2C_PROTOCOL_COMP;
129
 
126
 
130
        // resore status register
127
        // resore status register
131
        SREG = sreg;
128
        SREG = sreg;
132
}
129
}
133
 
130
 
134
// send ACK after recieving a byte / ACK is expected after transmitting a byte
131
// send ACK after recieving a byte / ACK is expected after transmitting a byte
135
#define TWCR_ACK TWCR = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(1<<TWEA)|(0<<TWSTA)|(0<<TWSTO)|(0<<TWWC)
132
#define TWCR_ACK TWCR           = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(1<<TWEA)|(0<<TWSTA)|(0<<TWSTO)|(0<<TWWC)
136
// send no ACK after recieving a byte / No ACK is expected after transmitting a byte
133
// send no ACK after recieving a byte / No ACK is expected after transmitting a byte
137
#define TWCR_NACK TWCR = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(0<<TWEA)|(0<<TWSTA)|(0<<TWSTO)|(0<<TWWC)
134
#define TWCR_NACK TWCR          = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(0<<TWEA)|(0<<TWSTA)|(0<<TWSTO)|(0<<TWWC)
138
// switched to the non adressed slave mode
135
// switched to the non adressed slave mode
139
#define TWCR_RESET TWCR = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(1<<TWEA)|(0<<TWSTA)|(0<<TWSTO)|(0<<TWWC)
136
#define TWCR_RESET TWCR         = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(1<<TWEA)|(0<<TWSTA)|(0<<TWSTO)|(0<<TWWC)
140
// The bit pattern for TWCR_ACK and TWCR_RESET are equal. This is no errro but used for better understanding.
137
// The bit pattern for TWCR_ACK and TWCR_RESET are equal. This is no errro but used for better understanding.
141
#define TWCR_CLEARBUS TWCR =(1<<TWEA) | (1<<TWSTO) | (1<<TWINT) | (1<<TWEN) | (1<<TWIE)
138
#define TWCR_CLEARBUS TWCR      = (1<<TWEN)|(1<<TWIE)|(1<<TWINT)|(1<<TWEA)|(0<<TWSTA)|(1<<TWSTO)|(0<<TWWC)
142
 
139
 
143
ISR (TWI_vect)
140
ISR (TWI_vect)
144
{
141
{
145
        uint8_t data;
142
        uint8_t data;
-
 
143
 
146
        // check event
144
        // check event
147
        switch (TW_STATUS)
145
        switch (TW_STATUS)
148
        {
146
        {
149
        case TW_SR_SLA_ACK: // slave addressed in receiver mode and ack has been returned
147
        case TW_SR_SLA_ACK: // slave addressed in receiver mode and ack has been returned
150
            Rx_Idx = 0xFF;  // reset rx buffer pointer
148
            Rx_Idx = 0xFF;  // reset rx buffer pointer
151
                        TWCR_ACK;       // trigger receiving of first data byte and send ack afterwards
149
                        TWCR_ACK;       // trigger receiving of first data byte and send ack afterwards
-
 
150
                        LED_GRN_TOGGLE;
152
            return;
151
            return;
153
 
152
 
154
        case TW_SR_DATA_ACK: // data has been received and ack has been returned
153
        case TW_SR_DATA_ACK: // data has been received and ack has been returned
155
                data = TWDR;
154
                data = TWDR;
156
                        if (Rx_Idx  == 0xFF)
155
                        if (Rx_Idx  == 0xFF)
157
                        {       // if the fisrt byte after slave addressing was received
156
                        {       // if the fisrt byte after slave addressing was received
158
                                switch(data)
157
                                switch(data)
159
                                {
158
                                {
160
                                        case I2C_CMD_VERSION:
159
                                        case I2C_CMD_VERSION:
161
                                                I2C_TxBuffer = (uint8_t *)&I2C_Version;
160
                                                I2C_TxBuffer = (uint8_t *)&I2C_Version;
162
                                                I2C_TxBufferSize = sizeof(I2C_Version);
161
                                                I2C_TxBufferSize = sizeof(I2C_Version);
-
 
162
                                                I2C_RxBuffer = 0;
163
                                                I2C_RxBufferSize = 0;
163
                                                I2C_RxBufferSize = 0;
164
                                                break;
164
                                                break;
165
 
-
 
166
                                        case I2C_CMD_WRITE_EEPROM:
-
 
167
                                                I2C_TxBufferSize = 0;
-
 
168
                                                I2C_RxBuffer = (uint8_t *)&I2C_WriteEEPROM;
-
 
169
                                                I2C_RxBufferSize = sizeof(I2C_WriteEEPROM);
-
 
170
                                                break;
-
 
171
 
165
 
-
 
166
                                        case I2C_CMD_WRITE_CAL:
172
                                        case I2C_CMD_WRITE_CAL:
167
                                                I2C_TxBuffer = 0;
173
                                                I2C_TxBufferSize = 0;
168
                                                I2C_TxBufferSize = 0;
174
                                                I2C_RxBuffer = (uint8_t *)&I2C_WriteCal;
169
                                                I2C_RxBuffer = (uint8_t *)&I2C_WriteCal;
175
                                                I2C_RxBufferSize = sizeof(I2C_WriteCal);
170
                                                I2C_RxBufferSize = sizeof(I2C_WriteCal);
176
                                                break;
171
                                                break;
177
 
-
 
178
                                        case I2C_CMD_READ_EEPROM:
-
 
179
                                                I2C_TxBuffer = (uint8_t *)&I2C_ReadEEPROM.Content;
-
 
180
                                                I2C_TxBufferSize = 2;
-
 
181
                                                I2C_RxBuffer = (uint8_t *)&I2C_ReadEEPROM;
-
 
182
                                                I2C_RxBufferSize = 1;
-
 
183
                                                break;
-
 
184
 
172
 
185
                                        case I2C_CMD_READ_MAG:
173
                                        case I2C_CMD_READ_MAG:
186
                                                I2C_TxBuffer = (uint8_t *)&I2C_Mag;
174
                                                I2C_TxBuffer = (uint8_t *)&I2C_Mag;
187
                                                I2C_TxBufferSize = sizeof(I2C_Mag);
175
                                                I2C_TxBufferSize = sizeof(I2C_Mag);
-
 
176
                                                I2C_RxBuffer = 0;
188
                                                I2C_RxBufferSize = 0;
177
                                                I2C_RxBufferSize = 0;
189
 
178
 
190
                                                I2C_Mag.MagX = MagnetX;
179
                                                I2C_Mag.MagX = MagnetX;
191
                                                I2C_Mag.MagY = MagnetY;
180
                                                I2C_Mag.MagY = MagnetY;
192
                                                I2C_Mag.MagZ = MagnetZ;
181
                                                I2C_Mag.MagZ = MagnetZ;
193
                                                break;
182
                                                break;
194
 
183
 
195
                                        case I2C_CMD_READ_HEADING:
184
                                        case I2C_CMD_READ_HEADING:
196
                                                I2C_TxBuffer = (uint8_t *)&I2C_Heading;
185
                                                I2C_TxBuffer = (uint8_t *)&I2C_Heading;
197
                                                I2C_TxBufferSize = sizeof(I2C_Heading);
186
                                                I2C_TxBufferSize = sizeof(I2C_Heading);
198
                                                I2C_RxBuffer =  (uint8_t *)&I2C_WriteAttitude;
187
                                                I2C_RxBuffer =  (uint8_t *)&I2C_WriteAttitude;
199
                                                I2C_RxBufferSize = sizeof(I2C_WriteAttitude);
188
                                                I2C_RxBufferSize = sizeof(I2C_WriteAttitude);
200
                                                // update heading from global variable
189
                                                // update heading from global variable
201
                                                I2C_Heading.Heading = Heading;
190
                                                I2C_Heading.Heading = Heading;
202
                                                // copy current attitude from I2C rx buffer to uart rx buffer (this is used for the calulation of the heading)
191
                                                // copy current attitude from I2C rx buffer to uart rx buffer (this is used for the calulation of the heading)
203
                                                ExternData.Attitude[NICK] = I2C_WriteAttitude.Nick;
192
                                                ExternData.Attitude[NICK] = I2C_WriteAttitude.Nick;
204
                                                ExternData.Attitude[ROLL] = I2C_WriteAttitude.Roll;
193
                                                ExternData.Attitude[ROLL] = I2C_WriteAttitude.Roll;
205
                                                break;
194
                                                break;
206
                                        default:
195
                                        default: // unknown command id
207
                                                I2C_RxBuffer = 0;
196
                                                I2C_RxBuffer = 0;
208
                                                I2C_RxBufferSize = 0;
197
                                                I2C_RxBufferSize = 0;
209
                                                I2C_TxBuffer = 0;
198
                                                I2C_TxBuffer = 0;
210
                                                I2C_TxBufferSize = 0;
199
                                                I2C_TxBufferSize = 0;
211
                                        break;
200
                                        break;
212
                                }
201
                                }
213
                                Rx_Idx = 0; // set rx buffer index to start of the buffer
202
                                Rx_Idx = 0; // set rx buffer index to start of the buffer
214
                                if(I2C_RxBufferSize > 1) TWCR_ACK; // prepare receiving of next byte and send ACK afterwards
-
 
215
                                else TWCR_NACK; // prepare receiving of next byte and send NACK afterwards
-
 
216
                        }
203
                        }
217
                        else // Rx_Idx  != 0xFF
204
                        else // Rx_Idx  != 0xFF
218
                        {
205
                        {
219
                                // fill receiver buffer with byte that has been received
206
                                // fill receiver buffer with the byte that has been received
220
                                // if buffer exist
-
 
221
                                if(I2C_RxBuffer != 0)
-
 
222
                                {       // and there is still some free space
207
                                // if buffer exist and there is still some free space
223
                                        if (Rx_Idx  < I2C_RxBufferSize) I2C_RxBuffer[Rx_Idx++] = data;
208
                                if((I2C_RxBuffer != 0) && (Rx_Idx  < I2C_RxBufferSize))
224
                                        // if there is space for more than one byte
209
                                {
225
                                        if(Rx_Idx < (I2C_RxBufferSize - 1)) TWCR_ACK;
210
                                        I2C_RxBuffer[Rx_Idx++] = data;
226
                                        // with the next incomming byte the rx buffer is full
-
 
227
                                        else TWCR_NACK;
-
 
228
                                }
211
                                }
229
                                // rx buffer does not exist
212
                                // else ignore the data
230
                                else TWCR_NACK; // prepare receiving of next byte and send NACK afterwards
-
 
231
                        }
213
                        }
-
 
214
                        TWCR_ACK;
232
            return;
215
            return;
233
 
-
 
234
        case TW_SR_DATA_NACK: // data has been received and NACK has been returned
-
 
235
                // read the last byte that is expected
-
 
236
                data = TWDR;
-
 
237
                if((I2C_RxBuffer != 0) && (Rx_Idx != 0xFF))
-
 
238
                        {       // and there is still some free space
-
 
239
                                if (Rx_Idx  < I2C_RxBufferSize) I2C_RxBuffer[Rx_Idx++] = data;
-
 
240
                        }
-
 
241
                        TWCR_RESET; // switched to the non adressed slave mode
-
 
242
                return;
-
 
243
 
216
 
244
        case TW_ST_SLA_ACK: // slave transmitter selected
217
        case TW_ST_SLA_ACK: // slave transmitter selected
245
                // reset position in tx buffer
218
                // reset index  to start of tx buffer
246
            Tx_Idx = 0;
219
            Tx_Idx = 0;
247
                case TW_ST_DATA_ACK: // data byte has been transmitted ack has been received
-
 
248
                        // put next byte from tx buffer to twi data register
220
            // if tx bufer exist and there is at least ine byte to transfer
249
                        if(I2C_TxBuffer != 0)
221
                        if((I2C_TxBuffer != 0) && (I2C_TxBufferSize > 1))
250
                        {
-
 
251
                if (Tx_Idx < I2C_TxBufferSize)
-
 
252
                {
222
                        {
253
                                        TWDR = I2C_TxBuffer[Tx_Idx++];
-
 
254
                                        if(Tx_Idx + 1 < I2C_TxBufferSize) TWCR_ACK; // more than one byte to send
-
 
255
                                        else TWCR_NACK; // last byte was send NACK should be received
-
 
256
                                }
-
 
257
                                else
-
 
258
                                {   //
-
 
259
                                        TWDR = 0x00;
-
 
260
                                        TWCR_NACK;// NACK should be received
-
 
261
                                }
223
                                TWDR = I2C_TxBuffer[Tx_Idx++];
-
 
224
                        }
-
 
225
                        else
-
 
226
                        {   // send 0x00 if no tx buffer exist or all bytes of the tx buffer have been transmitted
-
 
227
                                TWDR = 0x00;
-
 
228
                        }
-
 
229
                        TWCR_ACK;
-
 
230
            return;
-
 
231
 
262
                        }
232
                case TW_ST_DATA_ACK: // data byte has been transmitted ack has been received
-
 
233
                        // put next byte from tx buffer to the data register
263
                        else // buffer not existent
234
                        if((I2C_TxBuffer != 0) && (Tx_Idx < I2C_TxBufferSize))
-
 
235
                        {
-
 
236
                        TWDR = I2C_TxBuffer[Tx_Idx++];
-
 
237
                        }
-
 
238
                        else
264
                        {
239
                        {   // send dummy byte instead
265
                                TWDR = 0x00;
-
 
266
                                TWCR_NACK;// NACK should be received
240
                                TWDR = 0x00;
-
 
241
                        }
267
                        }
242
                        TWCR_ACK;
268
            return;
243
            return;
269
 
244
 
270
        case TW_BUS_ERROR:  // Bus-Error
245
        case TW_BUS_ERROR:  // Bus-Error
271
            TWCR_CLEARBUS;      // free bus reset to nonselected slave
246
            TWCR_CLEARBUS;      // free bus, reset to nonselected slave
272
            return;
247
            return;
273
 
248
 
274
                case TW_ST_DATA_NACK:   // data transmitted, NACK received
249
                case TW_ST_DATA_NACK:   // data transmitted, NACK received
275
                case TW_ST_LAST_DATA:   // last data byte transmitted, ACK received
250
                case TW_ST_LAST_DATA:   // last data byte transmitted, ACK received
276
                case TW_SR_STOP:                // stop or repeated start condition received while selected
251
                case TW_SR_STOP:                // stop or repeated start condition received while selected
277
                default:
252
                default:
278
                        TWCR_RESET; // switch to the not addressed slave mode, own SLA will be recognized
253
                        TWCR_RESET; // switch to the not addressed slave mode, own SLA will be recognized
279
                return;
254
                return;
280
        }
255
        }
281
}
256
}
282
 
257
 
283
 
258
 
284
 
259