Search the Community
Showing results for tags 'cc3220s-launchxl'.
-
Hi, I tried to perform an analogRead with analog pins (pin 57 - 60) on CC3220S launch pad. Input voltage was around 1.1V. From the CC3220S launch pad schematics, there is a voltage divider ( 422 / 998 ) before ADC, so I would expect ADC code to be around 1360. However, I am getting 333 (~0.11V). Could it be there are additional ADC setup required (clock, register configuration, etc)? My code basically just calls analogRead periodically as shown below. void setup() { // put your setup code here, to run once: Serial.begin(250000); } void loop(){ int out = analogRead(24);
-
Hi, I'm new with Energia, im trying to upload code to my board (CC3220S-LAUNCHXL (80MHz)) but keep getting this message : Energia: 1.8.7E21 (Windows 10), Board:"CC3220S-LAUNCHXL (80MHz)" java.io.IOException: Cannot run program "C:\Users\Luis": CreateProcess error=193, %1 no es una aplicación Win32 válida at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26) at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129) at cc.arduino.packages.uploaders.SerialUploader.uplo
-
- cc3220s-launchxl
- java
-
(and 1 more)
Tagged with: