When I evaluated the Silicon Labs EFM8/C8051: EFM8SB1 sample code with the Capacitive Sense Profiler, I got the error No serial data received in 5 seconds. How should I deal with this?
EFM8SB1 comes with some Capacitive Sense sample code. To evaluate these with the CapacitiveSense Profiler,
- Click Software Examples
- Select the sample code you want to evaluate
- Run build and download
- Disconnect
- Evaluate with Capacitive Sense Profiler
However, an error occurs in (5).
As a countermeasure, before building in (3),
lib/efm8sb1/cslib/device_layer/hardware_routines.c
Please change the definition in as follows.
<Before change>
#define disableSleepAndStall 0
<After change>
#define disableSleepAndStall 1
The steps after that are the same.
Experienced FAE
Free consultation is available.
From specific product specifications to parts selection, the Company FAE will answer your technical concerns free of charge. Please feel free to contact us.