Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Release_Notes.html « STM32_TouchSensing_Library « ST « Middlewares - github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: da8a208c3f2b93a2d80139fc32cf46008baeab07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="generator" content="pandoc" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
  <title>Release Notes for STM32 Middleware Touch Sensing Library TSL</title>
  <style type="text/css">
      code{white-space: pre-wrap;}
      span.smallcaps{font-variant: small-caps;}
      span.underline{text-decoration: underline;}
      div.column{display: inline-block; vertical-align: top; width: 50%;}
  </style>
  <link rel="stylesheet" href="_htmresc/mini-st.css" />
  <!--[if lt IE 9]>
    <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
  <![endif]-->
</head>
<body>
<div class="row">
<div class="col-sm-12 col-lg-4">
<div class="card fluid">
<div class="sectione dark">
<center>
<h1 id="release-notes-for-stm32-middleware-touch-sensing-library-tsl"><small>Release Notes for</small> STM32 Middleware Touch Sensing Library TSL</h1>
<p>Copyright © 2020 STMicroelectronics<br />
</p>
<a href="https://www.st.com" class="logo"><img src="_htmresc/st_logo.png" alt="ST logo" /></a>
</center>
</div>
</div>
<h1 id="license">License</h1>
<p>This software component is licensed by ST under Ultimate Liberty license SLA0044, the “License”;</p>
<p>You may not use this file except in compliance with the License.</p>
<p>You may obtain a copy of the License at: <a href="http://www.st.com/SLA0044">SLA0044</a></p>
<h1 id="purpose">Purpose</h1>
<p>Touch Sensor is use in a one of HMI (Human Machine Interface).</p>
<p>Instead of using mechanical switch, using the finger touch on the surface.</p>
<p>STM32 Touch Sensing Library, TSL, is used to support Touch Sensors with:</p>
<ul>
<li><p>Touch Sensing Controler or TSC on:</p></li>
<ul>
<li><p>STM32L0, STM32L4, STM32F0, STM32F3, STM32WB</p></li>
</ul>
<li><p>Touch Sensing hardware assist on:</p></li>
<ul>
<li><p>STM32L1</p></li>
</ul>
</ul>

<p>TSC and TSL overview:</p>
<ul>
<li><p>TSC is based on charge transfer mechanism:</p></li>
<a href="https://www.st.com" class="logo"><img src="_htmresc/touchsensinglibrary_hardware.png" alt="TSC hardware logo" /></a>
<li><p>TSL architecture and file organisation:</p></li>
<a href="https://www.st.com" class="logo"><img src="_htmresc/touchsensinglibrary_layers.png" alt="TSL layers logo" /></a>
<a href="https://www.st.com" class="logo"><img src="_htmresc/touchsensinglibrary_files.png" alt="TSL files logo" /></a>
</ul>


<p>Here is the list of references to user documents:</p>
<ul>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00445657.pdf">AN5105</a> : Getting Started with Touch control.</li>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/user_manual/DM00210526.pdf">UM1913</a> : Developing applications on STM32Cube with STMTouch touch sensing library.</li>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00088471.pdf">AN4316</a> : Tuning a STMTouch-based application.</li>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00087990.pdf">AN4312</a> : Guidelines for designing touch sensing applications with surface sensors.</li>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00085385.pdf">AN4299</a> : Guidelines to improve conducted noise robustness on STM32 series touch sensing applications.</li>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00087593.pdf">AN4310</a> : Sampling capacitor selection guide for MCU based touch sensing applications.</li>
<li><a href="http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00035396.pdf">AN3960</a> : ESD considerations for touch sensing applications.</li>
</ul>
</div>


<div class="col-sm-12 col-lg-8">
<h1 id="overview">Overview</h1>
<ul>
<li>The V2.x.x versions must be used only within the STM32Cube package. They are not compatible with the STMTouch Libraries</li>
</ul>

<h1 id="update-history">Update History</h1>

<div class="collapse">
<input type="checkbox" id="collapse-section22" aria-hidden="true"> <label for="collapse-section22" aria-hidden="true">V2.2.5 / 17-Dec-2019</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Update licences to SLA0044.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section21" aria-hidden="true"> <label for="collapse-section21" aria-hidden="true">V2.2.4 / 27-May-2019</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Wrong test on acquisition max value.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section20" aria-hidden="true"> <label for="collapse-section20" aria-hidden="true">V2.2.3 / 01-April-2019</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>IAR compilation issue.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section19" aria-hidden="true"> <label for="collapse-section19" aria-hidden="true">V2.2.2 / 29-March-2019</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Increase STM32L1 maximum bank number.</li>
<li>Solved STM32L1 system workbench compilation error.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section18" aria-hidden="true"> <label for="collapse-section18" aria-hidden="true">V2.2.1 / 04-March-2019</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Remove notion of Raisonance.</li>
<li>Minor compilation error when using more than 25 channels with STM32L1 MCUs.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section17" aria-hidden="true"> <label for="collapse-section17" aria-hidden="true">V2.2.0 / 01-February-2016</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Remove the "zone" feature (was only used on stm8tl5x devices).</li>
<li>Minor change in SoftDelay function (in tsl_acq.c file): add "volatile" for variable idx.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section16" aria-hidden="true"> <label for="collapse-section16" aria-hidden="true">V2.1.2 / 03-August-2015</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Add TSL_acq_BankStartAcq_IT() function.</li>
<li>Remove no more used tsl_time_stm32l1xx.c/h files.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section15" aria-hidden="true"> <label for="collapse-section15" aria-hidden="true">V2.1.1 / 25-August-2014</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Take into account the presence or not of GPIOE/F/G/H and HYSCR3/4 registers in STM32L1xx acquisition.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section14" aria-hidden="true"> <label for="collapse-section14" aria-hidden="true">V2.1.0 / 10-July-2014</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Add support of STM32L1xx hardware and software acquisitions:</li>
<ul>
<li>The systick must be initialized now in the user code.</li>
</ul>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section13" aria-hidden="true"> <label for="collapse-section13" aria-hidden="true">V2.0.0 / 22-April-2014</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Change API to be compliant with STM32Cube package:</li>
<ul>
<li>Support of TSC acquisition only.</li>
<li>The systick, the TSC peripheral and the touch-sensing IOs must be initialized now in the user code.</li>
<li>The TSC parameters have been removed from the configuration file (renamed in tsl_conf.h).</li>
</ul>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section12" aria-hidden="true"> <label for="collapse-section12" aria-hidden="true">V1.4.4 / 31-March-2014</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>STM32F3xx acquisition module:</li>
<ul>
<li>Add the declaration of STM32F30X in case it is not defined.</li>
</ul>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8L15x/16x/101 devices.</li>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx devices.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section11" aria-hidden="true"> <label for="collapse-section11" aria-hidden="true">V1.4.3 / 24-February-2014</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>STM8L acquisition module:</li>
<ul>
<li>Optimization of the acquisition loop.</li>
<li>Typo corrections.</li>
</ul>
<li>STM32L1xx sw acquisition module:</li>
<ul>
<li>Bug correction with GPIOE declaration.</li>
<li>Update the defines used to select the STM32L1xx XL devices.</li>
</ul>
<li>STM32F0xx acquisition module:</li>
<ul>
<li>Update the defines used to select the STM32F0xx devices.</li>
</ul>
<li>STM32F3xx acquisition module:</li>
<ul>
<li> Update the defines used to select the STM32F30x devices.</li>
</ul>
<li>Common modules:</li>
<ul>
<li>Bug correction with DTO: the debounce and DTO counters are now independent.</li>
</ul>
<li>Documentation (CHM user manual):</li>
<ul>
<li>Update the STM32F0xx and STM32L1xx available channels tables.</li>
<li>Add "Tips and Tricks" chapter.</li>
</ul>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8L15x/16x/101 devices.</li>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx devices.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section10" aria-hidden="true"> <label for="collapse-section10" aria-hidden="true">V1.4.2 / 12-August-2013</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>STM8L acquisition module:</li>
<ul>
<li>Add management of IO default mode.</li>
<li>Correction in the max count detection.</li>
</ul>
<li>STM32L1xx sw acquisition module:</li>
<ul>
<li>Delay length is now configurable for sofware acquisition mode.</li>
<li>Spread spectrum added for sofware acquisition mode.</li>
</ul>
<li>STM32F0xx acquisition module:</li>
<ul>
<li>Add TSLPRM_DELAY_DISCHARGE_ALL parameter.</li>
<li>Use the SystemCoreClock variable to adjust the discharge delay.</li>
</ul>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8L15x/16x/101 devices.</li>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section9" aria-hidden="true"> <label for="collapse-section9" aria-hidden="true">V1.4.1 / 14-June-2013</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Add support of STM8L101 devices.</li>
<li>Add spread spectrum feature in STM8L software acquisition mode.</li>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8L15x/16x/101 devices (ALPHA).</li>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section8" aria-hidden="true"> <label for="collapse-section8" aria-hidden="true">V1.4.0 / 17-May-2013</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Add support of STM32F0xx 128K flash devices.</li>
<li>Add support of STM8L15x/16x devices.</li>
<li>Add threshold coefficient on re-calibration threshold.</li>
<li>Bug correction in STM32F3xx acquisition module:</li>
<ul>
<li>add the configuration of the PA15 synchro pin for STM32F37x devices.</li>
</ul>
<li> Bugs correction in ECS module:</li>
<ul>
<li>when the ECS was stopped (due to a sensor touched) in one group it also stops the ECS for all the other groups.</li>
<li>sensors placed after a sensor in off or error state was not processed.</li>
</ul>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8L15x/16x/101 devices (ALPHA).</li>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section7" aria-hidden="true"> <label for="collapse-section7" aria-hidden="true">V1.3.3 / 11-February-2013</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Update CHM documentation file.</li>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section6" aria-hidden="true"> <label for="collapse-section6" aria-hidden="true">V1.3.2 / 22-January-2013</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Change in STM32L1xx acquisition:</li>
<ul>
<li>GPIOs speed configured to "Very Low" (400 kHz).</li>
</ul>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section5" aria-hidden="true"> <label for="collapse-section5" aria-hidden="true">V1.3.1 / 15-January-2013</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Improvement of STM32L1xx acquisition.</li>
<li>Typo corrections.</li>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices.</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section4" aria-hidden="true"> <label for="collapse-section4" aria-hidden="true">V1.3.0 / 10-December-2012</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Add support of STM32F30x and STM32F37x devices.</li>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors.</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices.</li>
<li>Support of STM32F3xx devices (ALPHA).</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes.</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode.</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section3" aria-hidden="true"> <label for="collapse-section3" aria-hidden="true">V1.2.0 / 30-November-2012</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Common</li>
<ul>
<li>Change LinRot sensors position offset tables names (Mono, Half-ended, Dual).</li>
<li>Add more LinRot sensors position offset tables with conditional compilation.</li>
</ul>
<li>STM8TL5x acquisition</li>
<ul>
<li>Increase TSLPRM_KEY_TARGET_REFERENCE max value to 2000.</li>
</ul>
<li>STM32F0xx acquisition</li>
<ul>
<li>Improvement of capacitors discharge processing.</li>
<li>Add automatic GPIO configuration.</li>
</ul>
<li>STM32L1xx acquisition</li>
<ul>
<li>Add support of Medium-density Plus devices.</li>
<li>Rename files ("hw/sw" put after "stm32l1xx").</li>
<li>Software acquisition is now done if TSLPRM_STM32L1XX_SW_ACQ is defined (was previously TSLPRM_STM32L1XX_HD_SW or TSLPRM_STM32L1XX_MDP_SW).</li>
</ul>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors (1, 3, 5 and 6 channels).</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
<li>Altium Tasking.</li>
<li>Atollic TrueSTUDIO.</li>
<li>Raisonance Ride7/RKit-Arm.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices (BETA).</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes (BETA).</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode (BETA).</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section2" aria-hidden="true"> <label for="collapse-section2" aria-hidden="true">V1.1.0 / 08-August-2012</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>Improvement of hardware acquisition mode of STM32L1xx High-density devices:</li>
<ul>
<li>Disable hysteresis on sampling capacitor IOs to reduce acquisition noise level.</li>
<li>Use of the timer TSUSP mode.</li>
</ul>
<li>Add support of Medium-density devices.</li>
<li>Add sofware acquisition mode on STM32L1xx High and Medium density devices.</li>
<li>Add TSLPRM_LINROT_USE_NORMDELTA parameter.</li>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors (1, 3, 5 and 6 channels).</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>None</li>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices (BETA).</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes (BETA).</li>
<li>Support of STM32L1xx Medium-density devices using sofware acquisition mode (BETA).</li>
</ul>
</div>
</div>

<div class="collapse">
<input type="checkbox" id="collapse-section1" aria-hidden="true"> <label for="collapse-section1" aria-hidden="true">V1.0.0 / 25-June-2012</label>
<div>
<h2 id="main-changes">Main Changes</h2>
<ul>
<li>First official release.</li>
</ul>
<h2 id="contents">Contents</h2>
<ul>
<li>Support of proximity, touchkey and linear/rotary touch sensors (1, 3, 5 and 6 channels).</li>
<li>Debounce mechanism for all states.</li>
<li>Environment Change System (ECS).</li>
<li>Detection Exclusion System (DXS).</li>
<li>Detection Time Out (DTO).</li>
<li>Noise filtering capability on measurement and delta.</li>
</ul>
<h2 id="known-limitations">Known Limitations</h2>
<ul>
<li>Use of Linear/Rotary sensors with STM32L1xx High-density devices:</li>
<ul>
<li>The hardware acquisition is too noisy to properly support Linear/Rotary sensors.</li>
<li>This noise induces an important jitter of the reported position.</li>
<li>As a workaround, the position resolution must be configured to 4 bits maximum.</li>
<li>The Touchkey sensors are not impacted by this issue.</li>
</ul>
</ul>
<h2 id="development-toolchains-and-compilers">Development Toolchains and Compilers</h2>
<ul>
<li>STM8 devices:</li>
<ul>
<li>ST Visual Develop (STVD).</li>
<li>IAR Embedded Workbench for STM8.</li>
<li>Cosmic STM8 C Compiler.</li>
<li>Raisonance Ride7/RKit-STM8.</li>
</ul>
<li>STM32 devices:</li>
<ul>
<li>IAR Embedded Workbench for ARM.</li>
<li>Keil MDK-ARM.</li>
</ul>
</ul>
<h2 id="supported-devices-and-boards">Supported Devices and boards</h2>
<ul>
<li>Support of STM8TL5x devices.</li>
<li>Support of STM32F0xx devices (BETA).</li>
<li>Support of STM32L1xx High-density and Medium-density Plus devices using hardware and software acquisition modes (BETA).</li>
</ul>
</div>
</div>





</div>
</div>



<footer class="sticky">
<p>For complete documentation on STM32, visit: [<a href="http://www.st.com/stm32">www.st.com/stm32</a>]</p>
<em>This release note uses up to date web standards and, for this reason, should not be opened with Internet Explorer but preferably with popular browsers such as Google Chrome, Mozilla Firefox, Opera or Microsoft Edge.</em>
</footer>


</body>
</html>