Search the Community
Showing results for tags '1.6.10E18'.
-
This snippet does not give the expected results (and I know I should be checking the return code of sscanf()...), the string contains text like "60.0" when asked for a frequency. float request = 50.0f; sscanf(string, "%f", &request); // having trouble since energia version 1.6.10E18 with floats... Under version energia_0101E0015, request becomes whatever float value is in the string (say 60.0), but under energia_1.6.10E18 request remains at the initialized value. Same with this snippet: sprintf(timecodeBuffer, "f# %04d ft %.03f %02d:%02d:%02d.%02d.%03d
-
- tiva-c
- ek-tm4c1294xl
- (and 5 more)
-
Part Number: TM4C123GH6PM Tool/software: Energia 1.6.10E18 LaunchPad board name and version: TIVA TM4C123GH6PM IDE version: Energia 1.6.10E18 or CCS7.0 OS name and version: Windows7 While uploading a simple LED Blink code on Tiva TM4C123GH6PMevaluation board, I get an error "Failed: Unable to find an entry in the TPI ini file for "TMS470REX"", failing to upload to the device. Please help!
- 4 replies
-
- tiva
- tm4c123gh6pm
-
(and 3 more)
Tagged with:
-
Does not upload blink code "an error occurred while uploading the sketch" see below I can see it's on com14 when I plug it in. thanks Randy <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] <command-line>:0:12: warning: missing whitespace after the macro name [enabled by default] C:\Users\Randy\Downloads\energia-1.6.10E18-windows\energia-1.6.10E18\hardware\energia\msp430\cores\msp430\atof.c: In function 'atof':
-
Hi all, i tried to compile my old sketch for my CC3200 with the new Energia 1.6.10E18. After installing the board and importing the libraries I get for all functions in the imported libraries a "not declared in this scope" error during compilation. The sketch uses four external libraries and for all of them I have the same problem. The same sketch was compiled without errors within Energia 15. I think there is something wrong with the library import. Can somebody help me. Regards Ingo
- 2 replies
-
- 1.6.10E18
- not declared in this scope
-
(and 1 more)
Tagged with: