YJ 5 gadi atpakaļ
vecāks
revīzija
ea4e7c4fe3
28 mainītis faili ar 8034 papildinājumiem un 7619 dzēšanām
  1. BIN
      Debug/STM32F103_ATTEN_PLL_Zig.binary
  2. BIN
      Debug/STM32F103_ATTEN_PLL_Zig.elf
  3. 1091 1099
      Debug/STM32F103_ATTEN_PLL_Zig.hex
  4. 6046 6072
      Debug/STM32F103_ATTEN_PLL_Zig.list
  5. 430 433
      Debug/STM32F103_ATTEN_PLL_Zig.map
  6. BIN
      Debug/Src/pll_4113.o
  7. 3 3
      Debug/Src/pll_4113.su
  8. 4 9
      Src/pll_4113.c
  9. 329 0
      insight/STM32F103_ATTEN_PLL_Zig.si4project/Backup/pll_4113(1084).c
  10. 131 3
      insight/STM32F103_ATTEN_PLL_Zig.si4project/STM32F103_ATTEN_PLL_Zig.SearchResults
  11. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/STM32F103_ATTEN_PLL_Zig.siwork
  12. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Drivers_STM32F1xx_HAL_Driver_Src_stm32f1xx_hal_gpio.c.sisc
  13. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_BDA4601.h.sisc
  14. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_PE43711.h.sisc
  15. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_flash.h.sisc
  16. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_main.h.sisc
  17. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_pll_4113.h.sisc
  18. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_zig_operate.h.sisc
  19. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_AD5318.c.sisc
  20. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_BDA4601.c.sisc
  21. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_PE43711.c.sisc
  22. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_adf4153.c.sisc
  23. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_flash.c.sisc
  24. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_includes.c.sisc
  25. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_main.c.sisc
  26. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_pll_4113.c.sisc
  27. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_uart.c.sisc
  28. BIN
      insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_zig_operate.c.sisc

BIN
Debug/STM32F103_ATTEN_PLL_Zig.binary


BIN
Debug/STM32F103_ATTEN_PLL_Zig.elf


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 1091 - 1099
Debug/STM32F103_ATTEN_PLL_Zig.hex


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 6046 - 6072
Debug/STM32F103_ATTEN_PLL_Zig.list


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 430 - 433
Debug/STM32F103_ATTEN_PLL_Zig.map


BIN
Debug/Src/pll_4113.o


+ 3 - 3
Debug/Src/pll_4113.su

@@ -1,5 +1,5 @@
1 1
 pll_4113.c:75:6:ADF4113_Initialize	0	static
2
-pll_4113.c:196:10:N_Counter_Latch_Create	16	static
3
-pll_4113.c:164:10:halSynSetFreq	32	static
4
-pll_4113.c:243:6:ADF4113_Module_Ctrl	48	static
2
+pll_4113.c:194:10:N_Counter_Latch_Create	16	static
3
+pll_4113.c:164:10:halSynSetFreq	0	static
4
+pll_4113.c:238:6:ADF4113_Module_Ctrl	48	static
5 5
 pll_4113.c:102:6:ADF4113_Check	40	static

+ 4 - 9
Src/pll_4113.c

@@ -187,10 +187,8 @@ uint32_t halSynSetFreq(uint32_t rf_Freq)
187 187
     P = 32;
188 188
     B = N_val / P;
189 189
     A = N_val -(B * P);
190
-#if 1 // PYJ.2019.08.10_BEGIN -- 
191
-    printf("FREQ:%f Mhz  B : %d , A  : %d    N_VAL  : %d \r\n",(float)(rf_Freq/1000000),B,A,N_val);
192
-    printf("YJ 4113 : %x \r\n",N_Counter_Latch_Create(A,B,0));
193
-#endif // PYJ.2019.08.10_END -- 
190
+//    printf("FREQ:%f Mhz  B : %d , A  : %d    N_VAL  : %d \r\n",(float)(rf_Freq/1000000),B,A,N_val);
191
+//    printf("YJ 4113 : %x \r\n",N_Counter_Latch_Create(A,B,0));
194 192
   return N_Counter_Latch_Create(A,B,0);
195 193
 }
196 194
 uint32_t N_Counter_Latch_Create(uint16_t _ACOUNTER,uint16_t _BCOUNTER,uint8_t _CPGAIN){
@@ -199,11 +197,8 @@ uint32_t N_Counter_Latch_Create(uint16_t _ACOUNTER,uint16_t _BCOUNTER,uint8_t _C
199 197
     uint8_t control_bit = 1;
200 198
     uint8_t i = 0;
201 199
     uint8_t reserve = 0;
202
-#ifdef DEBUG_PRINT
203
-    printf("_ACOUNTER : %d _BCOUNTER : %d \r\n",_ACOUNTER,_BCOUNTER);
204
-
205
-    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
206
-#endif /* DEBUG_PRINT */
200
+//    printf("_ACOUNTER : %d _BCOUNTER : %d \r\n",_ACOUNTER,_BCOUNTER);
201
+//    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
207 202
     for(i = 0; i < 2; i++){
208 203
         if(control_bit & 0x01)
209 204
             ret += shift_bit << i;

+ 329 - 0
insight/STM32F103_ATTEN_PLL_Zig.si4project/Backup/pll_4113(1084).c

@@ -0,0 +1,329 @@
1
+/**************************************************************************************************
2
+  Filename:       hal_adf4113.c
3
+  Revised:        $Date: 2013-11-17 $
4
+  Revision:       $Revision:  $
5
+  Description:   This file contains the interface to the ADF4113 frequency synthesizer.
6
+**************************************************************************************************/
7
+#include "pll_4113.h"
8
+void ADF4113_Module_Ctrl(PLL_Setting_st pll,uint32_t R0,uint32_t R1,uint32_t R2);
9
+
10
+uint32_t N_Counter_Latch_Create(uint16_t _ACOUNTER,uint16_t _BCOUNTER,uint8_t _CPGAIN);
11
+
12
+#define ADF4113_PRESCALE8         0
13
+#define ADF4113_PRESCALE16        1
14
+#define ADF4113_PRESCALE32        2
15
+#define ADF4113_PRESCALE64        3
16
+// ADF4113 Prescale value for minimum required division ratio
17
+#define ADF4113_PRE8_MIN_N        56
18
+#define ADF4113_PRE16_MIN_N       240
19
+#define ADF4113_PRE32_MIN_N       992
20
+#define ADF4113_PRE64_MIN_N       4032
21
+// Frequency Settings
22
+// Initally, the synthesizer will operate at 2450 MHz
23
+#define ADF4113_CH_STEP          50000
24
+#define HAL_SYN_INVALID_PRESCALE  0x04
25
+#define ADF4113_REF_FREQ_MHZ    13000000
26
+
27
+uint8_t PLL_1_8_DL_Error_Cnt = 0;
28
+uint8_t PLL_1_8_UL_Error_Cnt = 0;
29
+uint8_t PLL_2_1_DL_Error_Cnt = 0;
30
+uint8_t PLL_2_1_UL_Error_Cnt = 0;
31
+
32
+
33
+PLL_Setting_st ADF4113_1_8G_DL = {
34
+    PLL_CLK_GPIO_Port,
35
+    PLL_CLK_Pin,
36
+    PLL_DATA_GPIO_Port,
37
+    PLL_DATA_Pin,
38
+    PLL_EN_1_8G_DL_GPIO_Port,    
39
+    PLL_EN_1_8G_DL_Pin,
40
+};
41
+PLL_Setting_st ADF4113_1_8G_UL = {
42
+    PLL_CLK_GPIO_Port,
43
+    PLL_CLK_Pin,
44
+    PLL_DATA_GPIO_Port,
45
+    PLL_DATA_Pin,
46
+    PLL_EN_1_8G_UL_GPIO_Port,    
47
+    PLL_EN_1_8G_UL_Pin,
48
+};
49
+PLL_Setting_st ADF4113_2_1G_DL = {
50
+    PLL_CLK_GPIO_Port,
51
+    PLL_CLK_Pin,
52
+    PLL_DATA_GPIO_Port,
53
+    PLL_DATA_Pin,
54
+    PLL_EN_2_1G_DL_GPIO_Port,    
55
+    PLL_EN_2_1G_DL_Pin,
56
+};
57
+PLL_Setting_st ADF4113_2_1G_UL = {
58
+    PLL_CLK_GPIO_Port,
59
+    PLL_CLK_Pin,
60
+    PLL_DATA_GPIO_Port,
61
+    PLL_DATA_Pin,
62
+    PLL_EN_2_1G_UL_GPIO_Port,    
63
+    PLL_EN_2_1G_UL_Pin,
64
+};
65
+
66
+
67
+
68
+// Error Code
69
+typedef struct{
70
+    uint16_t B;
71
+    uint16_t P;
72
+    uint16_t A;   
73
+    uint16_t N;       
74
+}Adf4113_st;
75
+void ADF4113_Initialize(void){
76
+  if(Flash_Save_data[INDEX_PLL_1_8G_DL_H] == 0 && Flash_Save_data[INDEX_PLL_1_8G_DL_L] == 0){
77
+    Flash_Save_data[INDEX_PLL_1_8G_DL_H] = ((16000 & 0xFF00) >> 8);//0x47;
78
+    Flash_Save_data[INDEX_PLL_1_8G_DL_L] = (16000& 0x00FF);
79
+  }
80
+  if(Flash_Save_data[INDEX_PLL_1_8G_UL_H] == 0 && Flash_Save_data[INDEX_PLL_1_8G_UL_L] == 0){
81
+    Flash_Save_data[INDEX_PLL_1_8G_UL_H] = ((14550 & 0xFF00) >> 8);
82
+    Flash_Save_data[INDEX_PLL_1_8G_UL_L] = (14550 & 0x00FF);
83
+  }
84
+  if(Flash_Save_data[INDEX_PLL_2_1G_DL_H] == 0 && Flash_Save_data[INDEX_PLL_2_1G_DL_L] == 0){
85
+    Flash_Save_data[INDEX_PLL_2_1G_DL_H] = ((19950 & 0xFF00) >> 8);
86
+    Flash_Save_data[INDEX_PLL_2_1G_DL_L] = (19950 & 0x00FF);
87
+  }
88
+  if(Flash_Save_data[INDEX_PLL_2_1G_UL_H] == 0 && Flash_Save_data[INDEX_PLL_2_1G_UL_L] == 0){
89
+    Flash_Save_data[INDEX_PLL_2_1G_UL_H] = ((22950 & 0xFF00) >> 8);
90
+    Flash_Save_data[INDEX_PLL_2_1G_UL_L] = (22950 & 0x00FF);    
91
+  }
92
+//    ADF4113_Module_Ctrl(ADF4113_1_8G_DL,0x000410,0x03E801,0x9F8092);
93
+//    HAL_Delay(1);
94
+//    ADF4113_Module_Ctrl(ADF4113_1_8G_UL,0x000410,0x038D31,0x9f8092);
95
+//    HAL_Delay(1);
96
+//    ADF4113_Module_Ctrl(ADF4113_2_1G_DL,0x410,0x4DE71,0x9F8092);
97
+//    HAL_Delay(1);
98
+//    ADF4113_Module_Ctrl(ADF4113_2_1G_UL,0x000410,0x59A31,0x9f8092);
99
+}
100
+
101
+
102
+void ADF4113_Check(void){
103
+  uint16_t temp_val = 0;
104
+    if(HAL_GPIO_ReadPin(PLL_LD_1_8G_DL_GPIO_Port, PLL_LD_1_8G_DL_Pin) == GPIO_PIN_RESET){
105
+      temp_val = (Prev_data[INDEX_PLL_1_8G_DL_H] << 8) | (Prev_data[INDEX_PLL_1_8G_DL_L]);
106
+//      ADF4113_Module_Ctrl(ADF4113_1_8G_DL,0x000410,halSynSetFreq((temp_val * 1000000) / 10 ),0x9F8092);
107
+            ADF4113_Module_Ctrl(ADF4113_1_8G_DL,0x000410,0x03E801,0x9F8092);
108
+      if(PLL_1_8_DL_Error_Cnt == 3){
109
+        Error_Message_Occur(DL_1_8);
110
+      }
111
+      if(PLL_1_8_DL_Error_Cnt < 4)
112
+        PLL_1_8_DL_Error_Cnt++;    
113
+      HAL_Delay(1);
114
+    }else{
115
+      PLL_1_8_DL_Error_Cnt = 0;
116
+    }
117
+
118
+    
119
+    if(HAL_GPIO_ReadPin(PLL_LD_1_8G_UL_GPIO_Port, PLL_LD_1_8G_UL_Pin) == GPIO_PIN_RESET){
120
+      temp_val = (Prev_data[INDEX_PLL_1_8G_UL_H] << 8) | (Prev_data[INDEX_PLL_1_8G_UL_L]);
121
+      ADF4113_Module_Ctrl(ADF4113_1_8G_UL,0x000410,halSynSetFreq((temp_val * 1000000) / 10 ),0x9F8092);
122
+    //      ADF4113_Module_Ctrl(ADF4113_1_8G_UL,0x000410,0x038D31,0x9f8092);
123
+      if(PLL_1_8_UL_Error_Cnt == 3){
124
+        Error_Message_Occur(UL_1_8);
125
+      }
126
+      if(PLL_1_8_UL_Error_Cnt < 4)
127
+        PLL_1_8_UL_Error_Cnt++;
128
+      HAL_Delay(1);
129
+    }else{
130
+      PLL_1_8_UL_Error_Cnt = 0;
131
+    }
132
+    if(HAL_GPIO_ReadPin(PLL_LD_2_1G_DL_GPIO_Port, PLL_LD_2_1G_DL_Pin) == GPIO_PIN_RESET){
133
+      temp_val = (Prev_data[INDEX_PLL_2_1G_DL_H] << 8) | (Prev_data[INDEX_PLL_2_1G_DL_L]);
134
+//      ADF4113_Module_Ctrl(ADF4113_2_1G_DL,0x000410,halSynSetFreq((temp_val * 1000000) / 10 ),0x9F8092);
135
+          ADF4113_Module_Ctrl(ADF4113_2_1G_DL,0x410,0x4DE71,0x9F8092);
136
+      if(PLL_2_1_DL_Error_Cnt == 3){
137
+        Error_Message_Occur(DL_2_1);
138
+      }
139
+      
140
+      if(PLL_2_1_DL_Error_Cnt < 4)
141
+        PLL_2_1_DL_Error_Cnt++;
142
+      HAL_Delay(1);
143
+    }else{
144
+      PLL_2_1_DL_Error_Cnt = 0;
145
+    }
146
+
147
+    
148
+    if(HAL_GPIO_ReadPin(PLL_LD_2_1G_UL_GPIO_Port, PLL_LD_2_1G_UL_Pin) == GPIO_PIN_RESET){
149
+      temp_val = (Prev_data[INDEX_PLL_2_1G_UL_H] << 8) | (Prev_data[INDEX_PLL_2_1G_UL_L]);
150
+//      ADF4113_Module_Ctrl(ADF4113_2_1G_UL,0x000410,halSynSetFreq((temp_val * 1000000) / 10 ),0x9F8092);
151
+          ADF4113_Module_Ctrl(ADF4113_2_1G_UL,0x000410,0x59A31,0x9f8092);
152
+      if(PLL_2_1_UL_Error_Cnt == 3){
153
+        Error_Message_Occur(UL_2_1);
154
+      }
155
+      if(PLL_2_1_UL_Error_Cnt < 4)
156
+        PLL_2_1_UL_Error_Cnt++;
157
+      HAL_Delay(1);
158
+    }else{
159
+      PLL_2_1_UL_Error_Cnt = 0;
160
+    }
161
+}
162
+
163
+
164
+uint32_t halSynSetFreq(uint32_t rf_Freq)
165
+{
166
+    uint32_t  R, B;
167
+    uint32_t  A, P, p_mode;
168
+    uint32_t  N_val = 0;
169
+    N_val = (rf_Freq / ADF4113_CH_STEP);
170
+    if( N_val < ADF4113_PRE8_MIN_N) { 
171
+        return HAL_SYN_INVALID_PRESCALE; 
172
+    } else if(( N_val> ADF4113_PRE8_MIN_N) && (N_val < ADF4113_PRE16_MIN_N)) { 
173
+        P = 8;  
174
+        p_mode = ADF4113_PRESCALE8;
175
+    } else if(( N_val > ADF4113_PRE16_MIN_N) && (N_val < ADF4113_PRE32_MIN_N)) { 
176
+        P = 16;
177
+        p_mode = ADF4113_PRESCALE16;
178
+        
179
+    } else if((N_val > ADF4113_PRE32_MIN_N) && ( N_val < ADF4113_PRE64_MIN_N)) { 
180
+        P = 32;
181
+        p_mode = ADF4113_PRESCALE32;
182
+        
183
+    } else if( N_val > ADF4113_PRE64_MIN_N) { 
184
+        P = 64; 
185
+        p_mode = ADF4113_PRESCALE64;
186
+    }
187
+    P = 32;
188
+    B = N_val / P;
189
+    A = N_val -(B * P);
190
+#if 1 // PYJ.2019.08.10_BEGIN -- 
191
+    printf("FREQ:%f Mhz  B : %d , A  : %d    N_VAL  : %d \r\n",(float)(rf_Freq/1000000),B,A,N_val);
192
+    printf("YJ 4113 : %x \r\n",N_Counter_Latch_Create(A,B,0));
193
+#endif // PYJ.2019.08.10_END -- 
194
+  return N_Counter_Latch_Create(A,B,0);
195
+}
196
+uint32_t N_Counter_Latch_Create(uint16_t _ACOUNTER,uint16_t _BCOUNTER,uint8_t _CPGAIN){
197
+    uint32_t ret = 0;
198
+    uint32_t shift_bit = 0x01;
199
+    uint8_t control_bit = 1;
200
+    uint8_t i = 0;
201
+    uint8_t reserve = 0;
202
+#ifdef DEBUG_PRINT
203
+    printf("_ACOUNTER : %d _BCOUNTER : %d \r\n",_ACOUNTER,_BCOUNTER);
204
+
205
+    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
206
+#endif /* DEBUG_PRINT */
207
+    for(i = 0; i < 2; i++){
208
+        if(control_bit & 0x01)
209
+            ret += shift_bit << i;
210
+        control_bit = control_bit >> 1;
211
+    }
212
+#ifdef DEBUG_PRINT
213
+    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
214
+#endif /* DEBUG_PRINT */
215
+    for(i = 2; i < 8; i++){
216
+        if(_ACOUNTER & 0x01)
217
+            ret += shift_bit << i;
218
+        _ACOUNTER = _ACOUNTER >> 1;
219
+    }  
220
+#ifdef DEBUG_PRINT
221
+    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
222
+#endif /* DEBUG_PRINT */
223
+    for(i = 8; i < 21; i++){
224
+        if(_BCOUNTER & 0x01)
225
+            ret += shift_bit << i;
226
+        _BCOUNTER = _BCOUNTER >> 1;
227
+    }      
228
+#ifdef DEBUG_PRINT
229
+    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
230
+#endif /* DEBUG_PRINT */
231
+    if(_CPGAIN & 0x01)
232
+            ret += shift_bit << i++;
233
+    for(i = 22; i < 24; i++){
234
+        if(reserve & 0x01)
235
+            ret += shift_bit << i;
236
+        reserve = reserve >> 1;
237
+    }   
238
+#ifdef DEBUG_PRINT
239
+    printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
240
+#endif /* DEBUG_PRINT */
241
+    return ret;
242
+}
243
+void ADF4113_Module_Ctrl(PLL_Setting_st pll,uint32_t R0,uint32_t R1,uint32_t R2){
244
+    R2 = R2 & 0xFFFFFF;
245
+    R1 = R1 & 0xFFFFFF;
246
+    R0 = R0 & 0xFFFFFF;
247
+    
248
+    HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_RESET);
249
+    HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_RESET);
250
+    HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_RESET);
251
+    /*   R2 Ctrl    */
252
+     for(int i =0; i < 24; i++){
253
+         if(R2 & 0x800000){
254
+#if 0 // PYJ.2019.08.11_BEGIN -- 
255
+            printf("1");
256
+#endif // PYJ.2019.08.11_END -- 
257
+             HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_SET);
258
+         }
259
+         else{
260
+#if 0 // PYJ.2019.08.11_BEGIN -- 
261
+            printf("0");
262
+#endif // PYJ.2019.08.11_END -- 
263
+             HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_RESET);
264
+         }
265
+          HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_SET);
266
+         Pol_Delay_us(10);
267
+          HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_RESET);
268
+         R2 = ((R2 << 1) & 0xFFFFFF);
269
+     }
270
+#if 0 // PYJ.2019.08.11_BEGIN -- 
271
+     printf("\r\n");
272
+#endif // PYJ.2019.08.11_END -- 
273
+     HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_SET);
274
+     Pol_Delay_us(10);
275
+     HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_RESET);
276
+        /*   R0 Ctrl    */
277
+   
278
+    for(int i =0; i < 24; i++){
279
+        if(R0 & 0x800000){
280
+            HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_SET);
281
+#if 0 // PYJ.2019.08.11_BEGIN -- 
282
+            printf("1");
283
+#endif // PYJ.2019.08.11_END -- 
284
+        }
285
+        else{
286
+            HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_RESET);
287
+#if 0 // PYJ.2019.08.11_BEGIN -- 
288
+            printf("0");
289
+#endif // PYJ.2019.08.11_END -- 
290
+        }
291
+         HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_SET);
292
+        Pol_Delay_us(10);
293
+         HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_RESET);
294
+        R0 = ((R0 << 1) & 0xFFFFFF);
295
+    }  
296
+#if 0 // PYJ.2019.08.11_BEGIN -- 
297
+        printf("\r\n");
298
+#endif // PYJ.2019.08.11_END -- 
299
+     HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_SET);
300
+     
301
+     Pol_Delay_us(10);
302
+     HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_RESET);    
303
+     /*   R1 Ctrl    */
304
+    for(int i =0; i < 24; i++){
305
+        if(R1 & 0x800000){
306
+#if 0 // PYJ.2019.08.11_BEGIN -- 
307
+            printf("1");
308
+#endif // PYJ.2019.08.11_END -- 
309
+            HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_SET);
310
+        }
311
+        else{
312
+#if 0 // PYJ.2019.08.11_BEGIN -- 
313
+            printf("0");            
314
+#endif // PYJ.2019.08.11_END -- 
315
+            HAL_GPIO_WritePin(pll.PLL_DATA_PORT, pll.PLL_DATA_PIN, GPIO_PIN_RESET);
316
+        }
317
+         HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_SET);
318
+        Pol_Delay_us(10);
319
+         HAL_GPIO_WritePin(pll.PLL_CLK_PORT, pll.PLL_CLK_PIN, GPIO_PIN_RESET);
320
+        R1 = ((R1 << 1) & 0xFFFFFF);
321
+    }
322
+#if 0 // PYJ.2019.08.11_BEGIN -- 
323
+        printf("\r\n");
324
+#endif // PYJ.2019.08.11_END -- 
325
+    HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_SET);
326
+    Pol_Delay_us(10);
327
+    HAL_GPIO_WritePin(pll.PLL_ENABLE_PORT, pll.PLL_ENABLE_PIN, GPIO_PIN_RESET);
328
+
329
+}

+ 131 - 3
insight/STM32F103_ATTEN_PLL_Zig.si4project/STM32F103_ATTEN_PLL_Zig.SearchResults

@@ -1,3 +1,131 @@
1
----- TYPE_BLUECELL_ACK Matches (2 in 2 files) ----
2
-RF_Status_Ack in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     Ack_Buf[INDEX_BLUE_TYPE]         = TYPE_BLUECELL_ACK;
3
-zig_operate.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Inc) line 25 :     TYPE_BLUECELL_ACK    = 4,
1
+---- printf Matches (130 in 10 files) ----
2
+AD5318_Ctrl in AD5318.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("ShiftTarget : %x \r\n",ShiftTarget);
3
+N_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("FRAC : %d INT : %d \r\n",(int)_FRAC,_INT);
4
+N_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
5
+N_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);    
6
+N_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);    
7
+N_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
8
+R_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("_MOD : %d INT : %d \r\n",_MOD,_RCOUNTER);
9
+R_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
10
+R_Divider_Reg_Create in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
11
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\ntemp_adf4153.N_Value : %f  temp_adf4153.INT_Value : %f  temp_adf4153.MOD_Value : %f \r\n",temp_adf4153.N_Value,(double)temp_adf4153.INT_Value,(double)temp_adf4153.MOD_Value);
12
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n temp_adf4153.N_Value - (double)temp_adf4153.INT_Value) : %f  temp * (double)temp_adf4153.MOD_Value : %f \r\n",temp,temp * (double)temp_adf4153.MOD_Value);
13
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\ntemp_adf4153.N_Value : %x   : %f ",temp_adf4153.N_Value,((double)(Freq / 1000) /  (double)(temp_adf4153.PFD_Value / 1000)) / 1000);
14
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("temp_adf4153.MOD_Value : %x   : %d \r\n",temp_adf4153.MOD_Value,temp_adf4153.MOD_Value);
15
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
16
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
17
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");
18
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("temp_adf4153.FRAC_Value : %x   : %d\r\n",temp_adf4153.FRAC_Value,temp_adf4153.FRAC_Value);
19
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
20
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
21
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");    
22
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("temp_adf4153.INT_Value : %x   : %d\r\n",temp_adf4153.INT_Value,temp_adf4153.INT_Value); 
23
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
24
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
25
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");    
26
+ADF4153_Freq_Calc in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("R0: %x  R1: %x \r\n",N_Divider_Reg_Create(temp_adf4153.FRAC_Value,temp_adf4153.INT_Value,0),R_Divider_Reg_Create(temp_adf4153.MOD_Value,R_Counter,1,0,2,0));   
27
+ADF4153_Initialize in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("\r\nPLL_EN_3_5G_H_GPIO_Port\r\n");
28
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("YJ :R0: %x  R1:  %x   R2 : %x R3 : %x ",R0,R1,R2,R3);
29
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");
30
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
31
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
32
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");
33
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :              printf("1");
34
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :              printf("0");
35
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :      printf("\r\n");
36
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
37
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
38
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");
39
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
40
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
41
+ADF4153_Module_Ctrl in adf4153.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\n");
42
+BDA4601_atten_ctrl in BDA4601.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("BDA4601_atten_ctrl : %x \r\n",data);
43
+BDA4601_atten_ctrl in BDA4601.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //                     printf("1");
44
+BDA4601_atten_ctrl in BDA4601.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //                printf("0");
45
+Jump_App in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("boot loader start\n");               //硫붿꽭占�? 異쒕젰
46
+Jump_App in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("jump!\n");
47
+Flash_InitRead in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("%08x : %02X \n",Address ,*(uint8_t*)Address);
48
+Flash_InitRead in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("%08x : %02X \n",Address ,*(uint8_t*)Address);
49
+Flash_InitRead in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("%02X ",*(uint8_t*)Address);
50
+Flash_RGB_Data_Write in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("HAL NOT OK \n");
51
+Flash_write in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("Erase Failed \r\n");
52
+FLASH_Byte_Write in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //  printf("Flash Write Start \r\n");
53
+FLASH_Byte_Write in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("Eraser Error\r\n");
54
+FLASH_Byte_Write in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("Write Error %d\r\n",__LINE__);
55
+FLASH_Byte_Write in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("Addr = %x, Data = %x\r\n", FLASH_USER_START_ADDR + i, *(__IO uint16_t *)(FLASH_USER_START_ADDR + i));
56
+Bluecell_Flash_Read in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("Addr = %x, Data = %x\r\n", FLASH_USER_START_ADDR + i, *(__IO uint16_t *)(FLASH_USER_START_ADDR + i));
57
+Bluecell_Flash_Read in flash.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("Data = %x\r\n",  data[i]);
58
+kConstPrinter in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("%s", Bluecell_Prot_IndexStr[k]);
59
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\ntype : %s cmd : %d\r\n",Bluecell_Prot_IndexStr[type - 4],cmd);
60
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("\r\n LINE %d\r\n",__LINE__);
61
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("\r\n LINE %d\r\n",__LINE__);
62
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("\r\n LINE %d\r\n",__LINE__);
63
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("\r\n LINE %d\r\n",__LINE__);
64
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //                printf("\r\n LINE %d\r\n",__LINE__);
65
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //                printf("\r\n LINE %d\r\n",__LINE__);
66
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //                            printf("\r\n LINE %d\r\n",__LINE__);
67
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //                            printf("\r\n LINE %d\r\n",__LINE__);
68
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("\r\n LINE %d\r\n",__LINE__);
69
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("\r\n LINE %d\r\n",__LINE__);
70
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //            printf("\r\n LINE %d\r\n",__LINE__);
71
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //            printf("\r\n LINE %d\r\n",__LINE__);
72
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("TDD SYNC OPERATE ; %d\r\n",cmd);
73
+Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("Function : %s LINE : %d   ERROR \r\n",__func__,__LINE__);
74
+ATTEN_PLL_PATH_Initialize in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("Data = %x\r\n",  Flash_Save_data[i]);
75
+ADC_Check in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :           printf("Prev_data[%d] : %x",i,Prev_data[INDEX_DET_1_8G_DL_IN_H + i]);
76
+ADC_Check in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :           printf("%x\r\n",i,Prev_data[INDEX_DET_1_8G_DL_IN_L + i]);            
77
+assert_failed in main.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :      tex: printf("Wrong parameters value: file %s on line %d\r\n", file, line) */
78
+PE43711_ALL_atten_ctrl in PE43711.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("why not? \r\n");
79
+halSynSetFreq in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("FREQ:%f Mhz  B : %d , A  : %d    N_VAL  : %d \r\n",(float)(rf_Freq/1000000),B,A,N_val);
80
+halSynSetFreq in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("YJ 4113 : %x \r\n",N_Counter_Latch_Create(A,B,0));
81
+N_Counter_Latch_Create in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("_ACOUNTER : %d _BCOUNTER : %d \r\n",_ACOUNTER,_BCOUNTER);
82
+N_Counter_Latch_Create in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
83
+N_Counter_Latch_Create in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
84
+N_Counter_Latch_Create in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
85
+N_Counter_Latch_Create in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
86
+N_Counter_Latch_Create in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("\r\nLINE : %d  ret : %x\r\n",__LINE__,ret);
87
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
88
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
89
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :      printf("\r\n");
90
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
91
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");
92
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("\r\n");
93
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("1");
94
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("0");            
95
+ADF4113_Module_Ctrl in pll_4113.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("\r\n");
96
+HAL_UART_RxCpltCallback in uart.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("Function : %s : \r\n",__func__);
97
+GetDataFromUartQueue in uart.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("%02x ",*(pQueue->Buffer + pQueue->tail)) ;
98
+GetDataFromUartQueue in uart.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data cnt zero !!!  \r\n");
99
+GetDataFromUartQueue in uart.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :                 printf("%02x ",uart_buf[i]);
100
+RF_Data_Check in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("Recv CRC Value : \"%d\"\r\n Create CRC Value : \"%d\"   \r\n",data_buf[data_buf[Crcindex]],STH30_CreateCrc(&data_buf[Type], data_buf[Length]));
101
+RF_Data_Check in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("CRC Result : \"%d\"   \r\n",ret);
102
+RF_Status_Get in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\nYJ2 : Prev_data[INDEX_DET_1_8G_DL_IN_L ] : %x\r\n",Prev_data[INDEX_DET_1_8G_DL_IN_L]);            
103
+RF_Status_Get in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\nYJ : %x",ADCvalue[0]);
104
+RF_Status_Get in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\n");
105
+RF_Status_Ack in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\nYJ2 : Prev_data[INDEX_DET_1_8G_DL_IN_L ] : %x\r\n",Prev_data[INDEX_DET_1_8G_DL_IN_L]);            
106
+RF_Status_Ack in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\nYJ : %x",ADCvalue[0]);
107
+RF_Status_Ack in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("\r\n");
108
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //    printf("Prev_data[INDEX_ATT_1_8G_DL1]  : %x  data_buf[INDEX_ATT_1_8G_DL1] : %x\r\n",Prev_data[INDEX_ATT_1_8G_DL1],data_buf[INDEX_ATT_1_8G_DL1]);
109
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_1_8G_DL_H] : %x \r\n",data_buf[INDEX_PLL_1_8G_DL_H]);
110
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_1_8G_DL_L] : %x\r\n",data_buf[INDEX_PLL_1_8G_DL_L]);
111
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_1_8G_UL_H] : %x \r\n",data_buf[INDEX_PLL_1_8G_UL_H]);
112
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_1_8G_UL_L] : %x\r\n",data_buf[INDEX_PLL_1_8G_UL_L]);
113
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_2_1G_DL_H] : %x \r\n",data_buf[INDEX_PLL_2_1G_DL_H]);
114
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_2_1G_DL_L] : %x\r\n",data_buf[INDEX_PLL_2_1G_DL_L]);
115
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_2_1G_UL_H] : %x \r\n",data_buf[INDEX_PLL_2_1G_UL_H]);
116
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("data_buf[INDEX_PLL_2_1G_UL_L] : %x\r\n",data_buf[INDEX_PLL_2_1G_UL_L]);
117
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("POWER : %d \r\n",Prev_data[INDEX_PLL_ON_OFF_3_5G_H]);
118
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //            printf("PLL CTRL START !! \r\n");
119
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("POWER : %d \r\n",Prev_data[INDEX_PLL_ON_OFF_3_5G_L]);        
120
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //            printf("PLL CTRL START !! \r\n");
121
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("Prev_data[INDEX_DAC_VCtrl_C_H] : %x \r\n",Prev_data[INDEX_DAC_VCtrl_C_H]);
122
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("Prev_data[INDEX_DAC_VCtrl_C_L] : %x \r\n",Prev_data[INDEX_DAC_VCtrl_C_L]);
123
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("DAC CTRL START \r\n");
124
+RF_Operate in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("DAC Change\r\n");
125
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("%02x ",data_buf[i]);
126
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("Reset Start \r\n");
127
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :     printf("TYPE_BLUECELL_SET : ");
128
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("%02x ",data_buf[i]);
129
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :         printf("\r\nTYPE_BLUECELL_GET : \r\n");
130
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : //        printf("\r\nFLASH Write\r\n");
131
+RF_Ctrl_Main in zig_operate.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) :             printf("Function : %s   LINE : %d    type : %d \r\n",__func__,__LINE__,type);

BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/STM32F103_ATTEN_PLL_Zig.siwork


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Drivers_STM32F1xx_HAL_Driver_Src_stm32f1xx_hal_gpio.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_BDA4601.h.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_PE43711.h.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_flash.h.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_main.h.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_pll_4113.h.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Inc_zig_operate.h.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_AD5318.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_BDA4601.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_PE43711.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_adf4153.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_flash.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_includes.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_main.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_pll_4113.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_uart.c.sisc


BIN
insight/STM32F103_ATTEN_PLL_Zig.si4project/cache/parse/.._.._Src_zig_operate.c.sisc