Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

tern · TERN Community

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 724
  • Category: Computers
  • Founded: Nov 2, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2265 - 2294 of 2294   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2265 bramvanleeuwen@...
bramvanleeuw... Send Email
Jul 2, 2012
4:53 pm
How can I connect to the temperature sensor pin of the LT1019? It seems that the sensor exists, but i don't know how to reach the pin. Is he connected to the...
2266 Chon Tang
tern_inc Send Email
Jul 9, 2012
9:44 pm
Bram, There is indeed a temperature pin on the chip LT1019, but it isn't routed anywhere on most of our boards. It's not connected anywhere. You can always...
2267 matt_j_mcguire Send Email Jul 19, 2012
8:52 pm
I've got an ET /w touchscreen. the code seams to work fine with debugging; however when trying to get the ET to auto load the code at boot doesn't seem to...
2268 matt_j_mcguire Send Email Jul 19, 2012
11:42 pm
I Forgot to Add that Under hyperterminal I can use the C39 0010 & 0011 code to varify the High and low byte = 10000 for the jump address...
2269 Chon Tang
tern_inc Send Email
Jul 19, 2012
11:44 pm
Matt, The first thing you want to look at: is your *program* actually located at 0x10000? The program location is determined by the configuration file in your ...
2270 matt_j_mcguire Send Email Jul 20, 2012
3:40 pm
Thanks for the quick responce, I did check the .cfg file and it does have it listed as: #define CODE_START 0x1000 // Start of application code and the .loc...
2271 Chon Tang
tern_inc Send Email
Jul 20, 2012
5:31 pm
Matt, You've tested your program running in the debugger of course, right? Does your program exit from main() at any time? Either just by finishing the loop...
2272 matt_j_mcguire Send Email Jul 27, 2012
4:47 pm
Chon, I sent you two emails monday morning. Have you had a chance to look into the issues yet? I sent them directly from my yahoo account, instead of through...
2273 Chon Tang
tern_inc Send Email
Jul 27, 2012
6:21 pm
Matt, I didn't see either of your emails. Did you send it to me directly at chon@...? I'll scan through spam as well, but you might want to try sending...
2274 mmdst23 Send Email Jul 27, 2012
11:22 pm
Has anyone had luck with writing to a compact flash card on the UB? I'm using a 2GB SanDisk card, and neither my code nor the example code has worked. I also...
2275 Chon Tang
tern_inc Send Email
Jul 30, 2012
4:38 pm
Mike, The default sample code should absolutely work with a 2 GB SanDisk CF card... although there are a number of "tricky" first-time configuration issues,...
2276 matt_j_mcguire Send Email Aug 2, 2012
11:07 pm
Chon, Sorry, sent the messages to tern@yahoogroups.com <mailto:tern@yahoogroups.com> , i'll repost the overview here: I did the test for loading the LED...
2277 bramvanleeuwen@...
bramvanleeuw... Send Email
Aug 9, 2012
5:53 pm
Hi Chon, I've posted a message about the 'et_easy_gui.axe&#39;. The project was not fully ready for the ET (the button functionality). It was not a hell of a job...
2278 bramvanleeuwen@...
bramvanleeuw... Send Email
Aug 9, 2012
5:54 pm
Hi Chon, recently you send me the files for the easy_gui deployment on the ET. I discovered the display part of the code was working quite well. However the...
2279 matt_j_mcguire Send Email Aug 27, 2012
5:27 pm
Chon, An interesting little thing happened with my issue: after haveing the power pulled for a day or more to the ET and then pugging it back in, the screen...
2280 bramvanleeuwen@...
bramvanleeuw... Send Email
Aug 27, 2012
6:30 pm
Compact Flash initialization on ET with fs_initPCFlash() in large memory model fails I digged further in the problem of the Compact Flash initialization on the...
2281 lorenamelang Send Email Aug 27, 2012
9:12 pm
I have a TD40 that has run 24/7 since 2002. The code lives in the SRAM, since I change it so often. It has begun crashing occasionally for no apparent reason....
2282 Chon Tang
tern_inc Send Email
Aug 29, 2012
4:20 pm
Loren, Before spending too much time tracking down the SRAM corruption possibility... you might want to verify exactly what happens after one of your crashes....
2283 Loren Amelang
lorenamelang Send Email
Sep 7, 2012
11:23 pm
Chon, Sorry for the delay here, I was not at home last week. ... I've been trying to do that for some time now! My program does elaborate logging of its...
2284 Chon Tang
tern_inc Send Email
Sep 10, 2012
5:09 pm
Loren, One thing you can do, is to make sure checksums are enabled in Paradigm C++. Options->Environment Debugger->Reload target only if checksums differ. So,...
2285 lorenamelang Send Email Sep 11, 2012
8:08 pm
Chon, Thank You! I do have checksums enabled, but if I ever knew how that worked, I'd forgotten. I'd say maybe about 5% of the times I reload code to my TD40 I...
2286 Chon Tang
tern_inc Send Email
Sep 12, 2012
12:38 am
Loren, Nope, the checksum would *not* be reading into the region of SRAM except where the debugger would be writing to... so any far data you're modifying ...
2287 MelissaYu1 Send Email Nov 26, 2012
5:44 pm
I am new here. I purchased ev-p-TDU recently. I am able to connect the kit to my computer and run the sample programs. What should I do to save the adc data...
2288 troy_j_ames Send Email Jan 26, 2013
2:00 am
I have a B-Engine (80MHz) with the 16-bit ADC and HUSB options. I am trying to program it to read 8, 16bit ADC channels at 25KHz and write them to a USB...
2289 AndyP_2 Send Email May 1, 2013
6:31 pm
I'm using a B-engine with CF and WiFi. Everything works well. I can send data that is stored on the CF via WiFi to my PC. This works but to transfer many files...
2290 Chon Tang
tern_inc Send Email
May 1, 2013
6:37 pm
Andy, There are no built-in drivers, or anything along those lines, that would allow you to "mount" the contents of your CF card as a drive on a remote PC....
2291 kmc6363 Send Email May 13, 2013
10:16 pm
I'm looking for additional (to the material distributed with my B-engine board) resources to help learn how to develop code for writing ADC data to...
2292 kmc6363 Send Email May 13, 2013
10:16 pm
Could someone elaborate on the "tricky" first-time configuration issues and the right libraries?...
2293 Chon Tang
tern_inc Send Email
May 13, 2013
10:22 pm
Hi there, In terms of "tricky" configuration... the most common issues with the CompactFlash filesystem library comes down to one of two things: - right...
2294 AndyP_2 Send Email May 20, 2013
1:46 pm
Has anyone implemented an FFT using the B-engine? If so, would you mind sharing your code or directing me to where I might find an example online? Thanks...
Messages 2265 - 2294 of 2294   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help