Re: V12 compiling error
Well, that didn't go well. This was done to see what happens to the stack space on Tim's system. (I even looked his email up on QRZ so I could just send it to him. Obviously, the addresses are the
By
jjpurdum
·
#32681
·
|
Re: V12 compiling error
In file included from C:\Users\Admin\Documents\ai6ym\SDTVer064\SDTVer064.ino:595: C:\Users\Admin\Documents\ai6ym\SDTVer064\SDT.h:20:10: fatal error: Chrono.h: No such file or directory 20 | #include
By
Tim
·
#32680
·
|
Re: V12 compiling error
That still seems like a small amount of stack space. Attached is a Beta version of our latest release which is still a week or so away from distribution. Please compile and send me the compile stats.
By
jjpurdum
·
#32679
·
|
Re: V12 compiling error
Tim, sounds just like the problem I had until I shortened the Display cable(~3"). -- This email has been checked for viruses by Avast antivirus software. www.avast.com
By
Robert Luken W3RDL
·
#32678
·
|
Re: V12 compiling error
Sometimes it freezes when tuning Just never know when it will freeze up. TNX for helping Tim
By
Tim
·
#32677
·
|
Re: V12 compiling error
Yes I did that here is result emory Usage on Teensy 4.1: FLASH: code:291988, data:94648, headers:8620 ? free for files:7731208 RAM1: variables:204352, code:267800, padding:27112 ? free for local
By
Tim
·
#32676
·
|
Re: V12 compiling error
That's not enough, and probably causes a stack crash at some point. To fix, go to the Tools menu and select the "Option: Smallest code with LTO" and try again. That should increase the stack space by
By
jjpurdum
·
#32675
·
|
T41 Calibration Routines
Hi Everyone, I am in the process of completing a major revision of the T41Calibration routines. I am on the last one - SSBPA cal. I hate to quote a time to release - these things have a mind of their
By
Albert Peter
·
#32674
·
|
Rob Sherwood Presentation Slides on Amateur Radio Transceiver Performance
The slides are here: /g/SoftwareControlledHamRadio/files/Sherwood_Presentations I attempted to video the presentation at Hamcation.? Unfortunately the acoustics and noise at the
By
Greg KF5N
·
#32673
·
|
Re: V12 compiling error
*** Serial1 gets magically defined inside the TeensyDuino support code when you choose dual serial USB in Arduino. - Jerry, KF6VB
By
jerry-KF6VB
·
#32672
·
|
Re: V12 compiling error
Remember to clear the flash memory my holding the button down on the Teensy for about 15 seconds before you load a different version of the code¡ Dr. William J. Schmidt - K9HZ J68HZ 8P6HK ZF2HZ
By
K9HZ
·
#32671
·
|
Re: V12 compiling error
Sry I am using his code. It compiles and loads but seems frozen. I reloaded AI6YM code as he has it configured for his boards, but it never starts, just blank screen. Strange as it was supposedly
By
Tim
·
#32670
·
|
Re: V12 compiling error
Loaded but won't start Opening Teensy Loader... Memory Usage on Teensy 4.1: FLASH: code:290040, data:130740, headers:8272 ? free for files:7697412 RAM1: variables:251360, code:259720, padding:2424 ?
By
Tim
·
#32669
·
|
Re: V12 compiling error
You'll notice I said it was a semantic error, not a syntax error. Still, it should produce a warning even if it finished the compile. Jack, W8TEE
By
jjpurdum
·
#32668
·
|
Re: V12 compiling error
Think I found it Serial Port definition needs to be Dual Serial!
By
Tim
·
#32667
·
|
Re: V12 compiling error
Jack Odd part it complied all the way thru on once, did not change anything and after that I started to get error?
By
Tim
·
#32666
·
|
Re: V12 compiling error
Unless you have some reason for using John's code (I know he's got some interesting stuff going on), I would suggest you try Oliver's code. (https://github.com/KI3P) If you need some C programming
By
jjpurdum
·
#32665
·
|
Re: V12 compiling error
makes sense Jack. not much of a programmer here. I am using John's 50.2 sketch off gethub KI3P ( https://github.com/KI3P ) / *T41-V12-SDT ( https://github.com/KI3P/T41-V12-SDT )* maybe that is wrong
By
Tim
·
#32664
·
|
Re: V12 compiling error
I think this is what you're looking for: ArduinoJson/src at 7.x ¡¤ bblanchon/ArduinoJson | | | | | | | | | | | ArduinoJson/src at 7.x ¡¤ bblanchon/ArduinoJson ?? JSON library for Arduino and
By
jjpurdum
·
#32663
·
|
Re: V12 compiling error
Some versions of the code do use Serial and Serial1. If you are working with CAT control, Serial1 needs to be defined somewhere. Jack, W8TEE
By
jjpurdum
·
#32662
·
|