Rev 72 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | ingob | 1 | /*#######################################################################################*/ |
2 | /* !!! THIS IS NOT FREE SOFTWARE !!! */ |
||
3 | /*#######################################################################################*/ |
||
4 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
5 | // + Copyright (c) 2008 Ingo Busker, Holger Buss |
||
171 | ingob | 6 | // + Nur für den privaten Gebrauch / NON-COMMERCIAL USE ONLY |
1 | ingob | 7 | // + FOR NON COMMERCIAL USE ONLY |
8 | // + www.MikroKopter.com |
||
9 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
10 | // + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation), |
||
11 | // + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist. |
||
12 | // + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt |
||
13 | // + bzgl. der Nutzungsbedingungen aufzunehmen. |
||
14 | // + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen, |
||
15 | // + Verkauf von Luftbildaufnahmen, usw. |
||
16 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
17 | // + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht, |
||
18 | // + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen |
||
19 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
20 | // + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts |
||
21 | // + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de" |
||
22 | // + eindeutig als Ursprung verlinkt werden |
||
23 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
24 | // + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion |
||
25 | // + Benutzung auf eigene Gefahr |
||
26 | // + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden |
||
27 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
171 | ingob | 28 | // + Die Portierung oder Nutzung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur |
1 | ingob | 29 | // + mit unserer Zustimmung zulässig |
30 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
31 | // + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen |
||
32 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
33 | // + Redistributions of source code (with or without modifications) must retain the above copyright notice, |
||
34 | // + this list of conditions and the following disclaimer. |
||
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. |
||
37 | // + * The use of this project (hardware, software, binary files, sources and documentation) is only permitted |
||
38 | // + for non-commercial use (directly or indirectly) |
||
39 | // + Commercial use (for excample: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted |
||
40 | // + with our written permission |
||
41 | // + * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be |
||
42 | // + clearly linked as origin |
||
171 | ingob | 43 | // + * porting the sources to other systems or using the software on other systems (except hardware from www.mikrokopter.de) is not allowed |
1 | ingob | 44 | // |
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 |
||
47 | // + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
||
48 | // + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
||
49 | // + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
||
50 | // + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
||
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 |
||
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 |
||
55 | // + POSSIBILITY OF SUCH DAMAGE. |
||
56 | // ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ |
||
41 | ingob | 57 | #include "91x_lib.h" |
58 | #include "uart1.h" |
||
59 | #include "usb.h" |
||
1 | ingob | 60 | //----------------------------------------------------------------- |
61 | void USB_ConfigInit(void) |
||
62 | { |
||
41 | ingob | 63 | GPIO_InitTypeDef GPIO_InitStructure; |
1 | ingob | 64 | |
41 | ingob | 65 | SerialPutString("\r\n USB init..."); |
66 | #ifdef MCLK96MHZ |
||
67 | //USB clock = MCLK/2 = 48MHz |
||
68 | SCU_USBCLKConfig(SCU_USBCLK_MCLK2); |
||
69 | #else |
||
70 | //USB clock = MCLK = 48MHz |
||
71 | SCU_USBCLKConfig(SCU_USBCLK_MCLK); |
||
72 | #endif |
||
73 | //Enable USB clock |
||
74 | SCU_AHBPeriphClockConfig(__USB,ENABLE); |
||
75 | SCU_AHBPeriphReset(__USB,DISABLE); |
||
76 | SCU_AHBPeriphClockConfig(__USB48M,ENABLE); |
||
1 | ingob | 77 | |
41 | ingob | 78 | //Configure GPIO0 (D+ Pull-Up on P0.1) |
79 | SCU_APBPeriphClockConfig(__GPIO0 ,ENABLE); |
||
80 | SCU_APBPeriphReset(__GPIO0,DISABLE); |
||
1 | ingob | 81 | |
41 | ingob | 82 | // GPIO_DeInit(P0.1); |
83 | GPIO_StructInit(&GPIO_InitStructure); |
||
84 | GPIO_InitStructure.GPIO_Direction = GPIO_PinOutput; |
||
85 | GPIO_InitStructure.GPIO_Pin = GPIO_Pin_1; |
||
86 | GPIO_InitStructure.GPIO_Type = GPIO_Type_PushPull ; |
||
87 | GPIO_InitStructure.GPIO_IPConnected=GPIO_IPConnected_Enable; |
||
88 | GPIO_InitStructure.GPIO_Alternate=GPIO_OutputAlt1; |
||
89 | GPIO_Init (GPIO0, &GPIO_InitStructure); |
||
1 | ingob | 90 | |
41 | ingob | 91 | PowerOff(); |
92 | Virtual_Com_Port_Reset(); |
||
1 | ingob | 93 | |
41 | ingob | 94 | VIC_Config(USBLP_ITLine, VIC_IRQ, 2); |
95 | VIC_ITCmd(USBLP_ITLine, ENABLE); |
||
1 | ingob | 96 | |
41 | ingob | 97 | USB_Init(); |
1 | ingob | 98 | |
41 | ingob | 99 | SerialPutString("ok"); |
1 | ingob | 100 | } |
101 | |||
102 | //----------------------------------------------------------------- |
||
103 | void USB_Cable_Config (FunctionalState NewState) |
||
104 | { |
||
41 | ingob | 105 | if (NewState == ENABLE) |
106 | GPIO_WriteBit(GPIO0, GPIO_Pin_1, Bit_RESET); |
||
107 | else |
||
108 | GPIO_WriteBit(GPIO0, GPIO_Pin_1, Bit_SET); |
||
1 | ingob | 109 | } |
110 | |||
111 | //----------------------------------------------------------------- |
||
112 | void USB_Send_String(u8 *StrPtr) |
||
113 | { |
||
41 | ingob | 114 | u8 i = 0; |
115 | u16 timeout = 0; |
||
116 | |||
117 | while (StrPtr[i++] !=0){} // get string len |
||
118 | while (_GetEPTxStatus(ENDP1) != EP_TX_NAK){ if (timeout++ > 60000) return;} |
||
119 | UserToPMABufferCopy(StrPtr, ENDP1_TXADDR, ++i); // copy string to usb buffer |
||
120 | SetEPTxCount(ENDP1,i); |
||
121 | SetEPTxValid(ENDP1); |
||
1 | ingob | 122 | } |
123 | |||
124 | //----------------------------------------------------------------- |
||
125 | void USB_Send_Char(u8 ch) |
||
126 | { |
||
41 | ingob | 127 | u16 timeout = 0; |
128 | while (_GetEPTxStatus(ENDP1) != EP_TX_NAK){ if (timeout++ > 60000) return;} |
||
129 | UserToPMABufferCopy(&ch, ENDP1_TXADDR, 2); |
||
130 | SetEPTxCount(ENDP1,2); |
||
131 | SetEPTxValid(ENDP1); |
||
132 | } |
||
133 | |||
1 | ingob | 134 | //----------------------------------------------------------------- |
135 | void USB_Send_Data(u8 *data, u16 count) |
||
136 | { |
||
41 | ingob | 137 | u8 i; |
138 | count++; |
||
139 | |||
140 | for (i=0;i< (count/64)+1;i++) |
||
141 | { |
||
142 | while (_GetEPTxStatus(ENDP1) != EP_TX_NAK); |
||
143 | if (i < (count/64)) |
||
144 | { |
||
145 | UserToPMABufferCopy(&data[i*64], ENDP1_TXADDR, 64); |
||
146 | SetEPTxCount(ENDP1,64); |
||
147 | } |
||
148 | else |
||
149 | { |
||
150 | UserToPMABufferCopy(&data[i*64], ENDP1_TXADDR, count % 64); |
||
151 | SetEPTxCount(ENDP1, count % 64); |
||
152 | } |
||
153 | |||
154 | SetEPTxValid(ENDP1); |
||
1 | ingob | 155 | } |
156 | } |
||
157 |