@mchp-mcc/dspic33a-flash 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,677 @@
1
+ {
2
+ "moduleName": "Flash",
3
+ "deviceType": "PIC",
4
+ "booleanValues": {
5
+ "true": "enabled",
6
+ "false": "disabled"
7
+ },
8
+ "UIGroups": {},
9
+ "UIOrder": {},
10
+ "tabs": {
11
+ "register": "Register Initialization"
12
+ },
13
+ "isEntryPoint": false,
14
+ "templates": [
15
+ {
16
+ "src": "output/flash-a-core-ftl/flash.c.ftl",
17
+ "dest": "flash/src/flash.c",
18
+ "isGeneratableProperty": "blockingAPIGenerate"
19
+ },
20
+ {
21
+ "src": "output/flash-a-core-ftl/flash.h.ftl",
22
+ "dest": "flash/flash.h",
23
+ "isGeneratableProperty": "blockingAPIGenerate"
24
+ },
25
+ {
26
+ "src": "output/flash-a-core-ftl/flash_interface.h.ftl",
27
+ "dest": "flash/flash_interface.h",
28
+ "isGeneratableProperty": "enableInterfaceDefinitionGeneration"
29
+ },
30
+ {
31
+ "src": "output/flash-a-core-ftl/flash_types.h.ftl",
32
+ "dest": "flash/flash_types.h"
33
+ },
34
+ {
35
+ "src": "output/flash-a-core-ftl/flash_nonblocking.c.ftl",
36
+ "dest": "flash/src/flash_nonblocking.c",
37
+ "isGeneratableProperty": "nonBlockingAPIGenerate"
38
+ },
39
+ {
40
+ "src": "output/flash-a-core-ftl/flash_nonblocking.h.ftl",
41
+ "dest": "flash/flash_nonblocking.h",
42
+ "isGeneratableProperty": "nonBlockingAPIGenerate"
43
+ }
44
+ ],
45
+ "imports": {
46
+ "nvm_ctrl_32bit_upb_v1": {
47
+ "import": {
48
+ "interfaceId": {
49
+ "name": "nvm_ctrl_32bit_upb_v1",
50
+ "version": "1.0.0"
51
+ },
52
+ "isRequired": true
53
+ }
54
+ },
55
+ "system_16bit_initializer": {
56
+ "nodeModule": {
57
+ "importName": "system_16bit_initializer",
58
+ "node": "@microchip/system-16bit-initializer"
59
+ },
60
+ "import": {
61
+ "interfaceId": {
62
+ "name": "system-16bit-initializer",
63
+ "version": "^1.0.0"
64
+ }
65
+ }
66
+ },
67
+ "config_16bit_interface": {
68
+ "import": {
69
+ "interfaceId": {
70
+ "name": "config-16bit-interface",
71
+ "version": "^1.0.0"
72
+ }
73
+ }
74
+ },
75
+ "interrupt_service": {
76
+ "import": {
77
+ "interfaceId": {
78
+ "name": "interrupt-16bit-interface",
79
+ "version": "^1.0.0"
80
+ }
81
+ }
82
+ }
83
+ },
84
+ "exports": {
85
+ "flash_interface": {
86
+ "interfaces": [
87
+ {
88
+ "interfaceId": {
89
+ "name": "flash-interface",
90
+ "version": "1.3.1"
91
+ }
92
+ }
93
+ ]
94
+ }
95
+ },
96
+ "peripherals": [
97
+ {
98
+ "interfaceId": {
99
+ "name": "nvm_ctrl_32bit_upb_v1",
100
+ "version": "1.0.0"
101
+ },
102
+ "registers": {
103
+ "NVMCON": [
104
+ {
105
+ "setting": "NVMOP",
106
+ "name": "nvmopNvmcon",
107
+ "category": "hardware",
108
+ "description": "Insert Description Here",
109
+ "type": "ComboBox",
110
+ "group": "hardware",
111
+ "tabs": [
112
+ "main"
113
+ ]
114
+ },
115
+ {
116
+ "setting": "DRBV",
117
+ "name": "drbvNvmcon",
118
+ "category": "hardware",
119
+ "description": "Insert Description Here",
120
+ "type": "boolean",
121
+ "group": "hardware",
122
+ "tabs": [
123
+ "main"
124
+ ]
125
+ },
126
+ {
127
+ "setting": "LOCK",
128
+ "name": "lockNvmcon",
129
+ "category": "hardware",
130
+ "description": "Insert Description Here",
131
+ "type": "boolean",
132
+ "group": "hardware",
133
+ "tabs": [
134
+ "main"
135
+ ]
136
+ },
137
+ {
138
+ "setting": "P2ACTIV",
139
+ "name": "p2activNvmcon",
140
+ "category": "hardware",
141
+ "description": "Insert Description Here",
142
+ "type": "ComboBox",
143
+ "group": "hardware",
144
+ "tabs": [
145
+ "register"
146
+ ]
147
+ },
148
+ {
149
+ "setting": "SFTSWP",
150
+ "name": "sftswpNvmcon",
151
+ "category": "hardware",
152
+ "description": "Insert Description Here",
153
+ "type": "ComboBox",
154
+ "group": "hardware",
155
+ "tabs": [
156
+ "main"
157
+ ]
158
+ },
159
+ {
160
+ "setting": "NVMPIDL",
161
+ "name": "nvmpidlNvmcon",
162
+ "category": "hardware",
163
+ "description": "Insert Description Here",
164
+ "type": "boolean",
165
+ "group": "hardware",
166
+ "tabs": [
167
+ "main"
168
+ ]
169
+ },
170
+ {
171
+ "setting": "WRERR",
172
+ "name": "wrerrNvmcon",
173
+ "category": "hardware",
174
+ "description": "Insert Description Here",
175
+ "type": "ComboBox",
176
+ "group": "hardware",
177
+ "tabs": [
178
+ "main"
179
+ ]
180
+ },
181
+ {
182
+ "setting": "WREN",
183
+ "name": "wrenNvmcon",
184
+ "category": "hardware",
185
+ "description": "Insert Description Here",
186
+ "type": "ComboBox",
187
+ "group": "hardware",
188
+ "tabs": [
189
+ "main"
190
+ ]
191
+ },
192
+ {
193
+ "setting": "WR",
194
+ "name": "wrNvmcon",
195
+ "category": "hardware",
196
+ "description": "Insert Description Here",
197
+ "type": "ComboBox",
198
+ "group": "hardware",
199
+ "tabs": [
200
+ "main"
201
+ ]
202
+ },
203
+ {
204
+ "setting": "WREC",
205
+ "name": "wrecNvmcon",
206
+ "category": "hardware",
207
+ "description": "Insert Description Here",
208
+ "type": "boolean",
209
+ "group": "hardware",
210
+ "tabs": [
211
+ "register"
212
+ ]
213
+ },
214
+ {
215
+ "setting": "WRRE",
216
+ "name": "wrreNvmcon",
217
+ "category": "hardware",
218
+ "description": "Insert Description Here",
219
+ "type": "boolean",
220
+ "group": "hardware",
221
+ "tabs": [
222
+ "main"
223
+ ]
224
+ }
225
+ ],
226
+ "NVMADR": [
227
+ {
228
+ "setting": "NVMADR",
229
+ "name": "nvmadrNvmadr",
230
+ "category": "hardware",
231
+ "description": "Insert Description Here",
232
+ "type": "string",
233
+ "group": "hardware",
234
+ "tabs": [
235
+ "main"
236
+ ]
237
+ }
238
+ ],
239
+ "NVMDATA0": [
240
+ {
241
+ "setting": "DATA0",
242
+ "name": "data0Nvmdata0",
243
+ "category": "hardware",
244
+ "description": "Insert Description Here",
245
+ "type": "string",
246
+ "group": "hardware",
247
+ "tabs": [
248
+ "main"
249
+ ]
250
+ }
251
+ ],
252
+ "NVMDATA1": [
253
+ {
254
+ "setting": "DATA1",
255
+ "name": "data1Nvmdata1",
256
+ "category": "hardware",
257
+ "description": "Insert Description Here",
258
+ "type": "string",
259
+ "group": "hardware",
260
+ "tabs": [
261
+ "main"
262
+ ]
263
+ }
264
+ ],
265
+ "NVMDATA2": [
266
+ {
267
+ "setting": "DATA2",
268
+ "name": "data2Nvmdata2",
269
+ "category": "hardware",
270
+ "description": "Insert Description Here",
271
+ "type": "string",
272
+ "group": "hardware",
273
+ "tabs": [
274
+ "main"
275
+ ]
276
+ }
277
+ ],
278
+ "NVMDATA3": [
279
+ {
280
+ "setting": "DATA3",
281
+ "name": "data3Nvmdata3",
282
+ "category": "hardware",
283
+ "description": "Insert Description Here",
284
+ "type": "string",
285
+ "group": "hardware",
286
+ "tabs": [
287
+ "main"
288
+ ]
289
+ }
290
+ ],
291
+ "NVMSRCADR": [
292
+ {
293
+ "setting": "SRCADR",
294
+ "name": "srcadrNvmsrcadr",
295
+ "category": "hardware",
296
+ "description": "Insert Description Here",
297
+ "type": "string",
298
+ "group": "hardware",
299
+ "tabs": [
300
+ "main"
301
+ ]
302
+ }
303
+ ],
304
+ "NVMECCCON": [
305
+ {
306
+ "setting": "FLTINJ",
307
+ "name": "fltinjNvmecccon",
308
+ "category": "hardware",
309
+ "description": "Insert Description Here",
310
+ "type": "boolean",
311
+ "group": "hardware",
312
+ "tabs": [
313
+ "main"
314
+ ]
315
+ },
316
+ {
317
+ "setting": "SECIE",
318
+ "name": "secieNvmecccon",
319
+ "category": "hardware",
320
+ "description": "Insert Description Here",
321
+ "type": "boolean",
322
+ "group": "hardware",
323
+ "tabs": [
324
+ "main"
325
+ ]
326
+ },
327
+ {
328
+ "setting": "ECCLOCK",
329
+ "name": "ecclockNvmecccon",
330
+ "category": "hardware",
331
+ "description": "Insert Description Here",
332
+ "type": "boolean",
333
+ "group": "hardware",
334
+ "tabs": [
335
+ "main"
336
+ ]
337
+ }
338
+ ],
339
+ "NVMECCSTAT": [
340
+ {
341
+ "setting": "DED",
342
+ "name": "dedNvmeccstat",
343
+ "category": "hardware",
344
+ "description": "Insert Description Here",
345
+ "type": "boolean",
346
+ "group": "hardware",
347
+ "tabs": [
348
+ "main"
349
+ ]
350
+ },
351
+ {
352
+ "setting": "DEDO",
353
+ "name": "dedoNvmeccstat",
354
+ "category": "hardware",
355
+ "description": "Insert Description Here",
356
+ "type": "boolean",
357
+ "group": "hardware",
358
+ "tabs": [
359
+ "main"
360
+ ]
361
+ },
362
+ {
363
+ "setting": "SEC",
364
+ "name": "secNvmeccstat",
365
+ "category": "hardware",
366
+ "description": "Insert Description Here",
367
+ "type": "boolean",
368
+ "group": "hardware",
369
+ "tabs": [
370
+ "main"
371
+ ]
372
+ },
373
+ {
374
+ "setting": "SECO",
375
+ "name": "secoNvmeccstat",
376
+ "category": "hardware",
377
+ "description": "Insert Description Here",
378
+ "type": "boolean",
379
+ "group": "hardware",
380
+ "tabs": [
381
+ "main"
382
+ ]
383
+ },
384
+ {
385
+ "setting": "FLEC",
386
+ "name": "flecNvmeccstat",
387
+ "category": "hardware",
388
+ "description": "Insert Description Here",
389
+ "type": "boolean",
390
+ "group": "hardware",
391
+ "tabs": [
392
+ "register"
393
+ ]
394
+ },
395
+ {
396
+ "setting": "ESEL",
397
+ "name": "eselNvmeccstat",
398
+ "category": "hardware",
399
+ "description": "Insert Description Here",
400
+ "type": "boolean",
401
+ "group": "hardware",
402
+ "tabs": [
403
+ "main"
404
+ ]
405
+ }
406
+ ],
407
+ "NVMECCFPTR": [
408
+ {
409
+ "setting": "FLT1LPTR",
410
+ "name": "flt1lptrNvmeccfptr",
411
+ "category": "hardware",
412
+ "description": "Insert Description Here",
413
+ "type": "string",
414
+ "group": "hardware",
415
+ "tabs": [
416
+ "main"
417
+ ]
418
+ },
419
+ {
420
+ "setting": "FLT2LPTR",
421
+ "name": "flt2lptrNvmeccfptr",
422
+ "category": "hardware",
423
+ "description": "Insert Description Here",
424
+ "type": "string",
425
+ "group": "hardware",
426
+ "tabs": [
427
+ "main"
428
+ ]
429
+ }
430
+ ],
431
+ "NVMECCFADR": [
432
+ {
433
+ "setting": "ECCFADR",
434
+ "name": "eccfadrNvmeccfadr",
435
+ "category": "hardware",
436
+ "description": "Insert Description Here",
437
+ "type": "string",
438
+ "group": "hardware",
439
+ "tabs": [
440
+ "main"
441
+ ]
442
+ }
443
+ ],
444
+ "NVMECCEADR": [
445
+ {
446
+ "setting": "ECCEADR",
447
+ "name": "ecceadrNvmecceadr",
448
+ "category": "hardware",
449
+ "description": "Insert Description Here",
450
+ "type": "string",
451
+ "group": "hardware",
452
+ "tabs": [
453
+ "main"
454
+ ]
455
+ }
456
+ ],
457
+ "NVMECCEDATA0": [
458
+ {
459
+ "setting": "ECCEDATA0",
460
+ "name": "eccedata0Nvmeccedata0",
461
+ "category": "hardware",
462
+ "description": "Insert Description Here",
463
+ "type": "string",
464
+ "group": "hardware",
465
+ "tabs": [
466
+ "main"
467
+ ]
468
+ }
469
+ ],
470
+ "NVMECCEDATA1": [
471
+ {
472
+ "setting": "ECCEDATA1",
473
+ "name": "eccedata1Nvmeccedata1",
474
+ "category": "hardware",
475
+ "description": "Insert Description Here",
476
+ "type": "string",
477
+ "group": "hardware",
478
+ "tabs": [
479
+ "main"
480
+ ]
481
+ }
482
+ ],
483
+ "NVMECCEDATA2": [
484
+ {
485
+ "setting": "ECCEDATA2",
486
+ "name": "eccedata2Nvmeccedata2",
487
+ "category": "hardware",
488
+ "description": "Insert Description Here",
489
+ "type": "string",
490
+ "group": "hardware",
491
+ "tabs": [
492
+ "main"
493
+ ]
494
+ }
495
+ ],
496
+ "NVMECCEDATA3": [
497
+ {
498
+ "setting": "ECCEDATA3",
499
+ "name": "eccedata3Nvmeccedata3",
500
+ "category": "hardware",
501
+ "description": "Insert Description Here",
502
+ "type": "string",
503
+ "group": "hardware",
504
+ "tabs": [
505
+ "main"
506
+ ]
507
+ }
508
+ ],
509
+ "NVMECCVAL": [
510
+ {
511
+ "setting": "ECCVAL",
512
+ "name": "eccvalNvmeccval",
513
+ "category": "hardware",
514
+ "description": "Insert Description Here",
515
+ "type": "string",
516
+ "group": "hardware",
517
+ "tabs": [
518
+ "register"
519
+ ]
520
+ }
521
+ ],
522
+ "NVMECCSYND": [
523
+ {
524
+ "setting": "ECCSYND",
525
+ "name": "eccsyndNvmeccsynd",
526
+ "category": "hardware",
527
+ "description": "Insert Description Here",
528
+ "type": "string",
529
+ "group": "hardware",
530
+ "tabs": [
531
+ "register"
532
+ ]
533
+ }
534
+ ],
535
+ "NVMCRCCON": [
536
+ {
537
+ "setting": "CRCEC",
538
+ "name": "crcecNvmcrccon",
539
+ "category": "hardware",
540
+ "description": "Insert Description Here",
541
+ "type": "boolean",
542
+ "group": "hardware",
543
+ "tabs": [
544
+ "register"
545
+ ]
546
+ },
547
+ {
548
+ "setting": "OM",
549
+ "name": "omNvmcrccon",
550
+ "category": "hardware",
551
+ "description": "Insert Description Here",
552
+ "type": "boolean",
553
+ "group": "hardware",
554
+ "tabs": [
555
+ "main"
556
+ ]
557
+ },
558
+ {
559
+ "setting": "CRCIDL",
560
+ "name": "crcidlNvmcrccon",
561
+ "category": "hardware",
562
+ "description": "Insert Description Here",
563
+ "type": "boolean",
564
+ "group": "hardware",
565
+ "tabs": [
566
+ "main"
567
+ ]
568
+ },
569
+ {
570
+ "setting": "START",
571
+ "name": "startNvmcrccon",
572
+ "category": "hardware",
573
+ "description": "Insert Description Here",
574
+ "type": "boolean",
575
+ "group": "hardware",
576
+ "tabs": [
577
+ "main"
578
+ ]
579
+ },
580
+ {
581
+ "setting": "ON",
582
+ "name": "onNvmcrccon",
583
+ "category": "hardware",
584
+ "description": "Insert Description Here",
585
+ "type": "boolean",
586
+ "group": "hardware",
587
+ "tabs": [
588
+ "main"
589
+ ]
590
+ },
591
+ {
592
+ "setting": "DELAY",
593
+ "name": "delayNvmcrccon",
594
+ "category": "hardware",
595
+ "description": "Insert Description Here",
596
+ "type": "string",
597
+ "group": "hardware",
598
+ "tabs": [
599
+ "main"
600
+ ]
601
+ }
602
+ ],
603
+ "NVMCRCST": [
604
+ {
605
+ "setting": "CRCSTART",
606
+ "name": "crcstartNvmcrcst",
607
+ "category": "hardware",
608
+ "description": "Insert Description Here",
609
+ "type": "string",
610
+ "group": "hardware",
611
+ "tabs": [
612
+ "main"
613
+ ]
614
+ }
615
+ ],
616
+ "NVMCRCEND": [
617
+ {
618
+ "setting": "CRCEND",
619
+ "name": "crcendNvmcrcend",
620
+ "category": "hardware",
621
+ "description": "Insert Description Here",
622
+ "type": "string",
623
+ "group": "hardware",
624
+ "tabs": [
625
+ "main"
626
+ ]
627
+ }
628
+ ],
629
+ "NVMCRCSEED": [
630
+ {
631
+ "setting": "CRCSEED",
632
+ "name": "crcseedNvmcrcseed",
633
+ "category": "hardware",
634
+ "description": "Insert Description Here",
635
+ "type": "string",
636
+ "group": "hardware",
637
+ "tabs": [
638
+ "main"
639
+ ]
640
+ }
641
+ ],
642
+ "NVMCRCDATA": [
643
+ {
644
+ "setting": "CRCDATA",
645
+ "name": "crcdataNvmcrcdata",
646
+ "category": "hardware",
647
+ "description": "Insert Description Here",
648
+ "type": "string",
649
+ "group": "hardware",
650
+ "tabs": [
651
+ "register"
652
+ ]
653
+ }
654
+ ]
655
+ },
656
+ "properties": [
657
+ "PROGRAM_BEGIN_ADDRESS",
658
+ "FLASH_HAS_ROW_PROGRAMMING",
659
+ "FLASH_ENDURANCE_MINIMUM",
660
+ "FLASH_WORD_WRITE_SIZE_IN_INSTRUCTIONS",
661
+ "FLASH_END_ADDRESS",
662
+ "FLASH_WORD_WRITE_OP_CODE",
663
+ "FLASH_ERASE_PAGE_SIZE_IN_INSTRUCTIONS",
664
+ "FLASH_WRITE_ROW_SIZE_IN_INSTRUCTIONS",
665
+ "FLASH_HAS_DUAL_PARTITION",
666
+ "FLASH_WRITE_ROW_OP_CODE",
667
+ "FLASH_BYTES_PER_INSTRUCTION",
668
+ "FLASH_HAS_ECC",
669
+ "FLASH_ERASE_PAGE_OP_CODE",
670
+ "FLASH_SECOND_PARTITION_END_ADDRESS",
671
+ "FLASH_FIRST_PARTITION_END_ADDRESS",
672
+ "FLASH_SECOND_PARTITION_PROGRAM_START_ADDRESS",
673
+ "FLASH_SECOND_PARTITION_START_ADDRESS"
674
+ ]
675
+ }
676
+ ]
677
+ }