Richard. I observe severals things when you make a outputs by using differents kinds of variables, may be you can check the effect using outportb using...
Mr. King. You can use the .LOC file and see the segments not used in SRAM space, in the .CFG file you can modify the default locations pointed to 0x0800 for ...
Try to use one of the counters like CLK0/1 for example, some times inside the ISR routines you DON'T use a functions calls (user functions) some time the...
This is a more generic programming question... but using sscanf() is how I usually handle strings with multiple data variables. You can use the varions...
dear abbott Yes I too observed this problem in my first trials and I felt a bit confused. But that doest work as u feel. As soon as u install the jumper, the...
Bhuvaneshwar, As far as I know, stdio functions work fine (I'm using AE86D board). Also, there aren't any utilities for timing codes, but you can always ...
Richard, I'm not sure if you're allowed to use those high values for DAC. As far as I know, the maximum value should be 4095 (which is suppose to translate to...
Richard, One more thing I forgot to mention, just in case you're not doing it. When outputting DAC value of say 4095, make sure you shift the value 4-bits to...
... If you take a look at the schematic of the AE86D, the lower 4 data- bits are just ignored. So, it looks like Richard's original code should work correctly...
Doug, When your program terminates at the end of execution, you return to the init code that originally called your main() function, and this proceeds to write...
I've run tests on this (large memory C++ on the AE86), and haven't run into the problems you described. It's possible Mr. Delgado is correct and this is a...
Chon, I'm interested in your comment regarding use of 'printf' and remote console. I thought I checked all the messages on this board, but don't remember any...
Chon is correct. I failed to see that >> 4 of 0-4095 range will effectively translate to values you were using. I tried Richard's codes and they worked fine...
Jin, Maybe there wasn't a message to this on the Yahoo group, in which case I should thank you for bringing it up. There are a number of files that you can add...
Hi Chon, In fact the program never returns. It's a MicroC/OS application. Further research seems to indicate it's some kind of electrical problem. We'll ...
Does anyone know where I might obtain more documentation that what is with the FlashCoreB product - specifically on the ADS8344? Being a software engineer,...
Wes, The right place to turn is the ADS8344 manual. Unless you ordered a new kit at the same time as the FB, your CD probably doesn't have this in the ...
Hi All, I'm currently using the AE86D board and have found that the thing sure is noisy. I have another analog board in our design and if I look at the 12V...
I'm using an AE-86 board with ucOS-II. I have a floating double equate "pi = 3.14" in my code. This seems to work fine if this is done before the OSStart()...
hi I am new to tern . Currently i am using 586-E with P100 board.i would like to ask you people that wher could i get the detailed help for the functions like...
Hi Bill, Look in the ucos-ii yahoo group archives for a post by Doug Abbott on August 30 2002 for information on using UCOS-II with Paradigm compiler....
I'm using an AE-86 board with ucOS-II. I have a floating double equate "pi = 3.14" in my code. This seems to work fine if this is done before the OSStart()...
Saqib, I'm not sure what you mean by detailed help for the functions... generally speaking, the manuals and the sample programs are the best references for...
Hi I have 8MB sandsk Compact Flash. I formated it through Windows option. It formatted correctly. But when i use your program (using your latest filesystem...
Noman, The filesystem FAT12/FAT16 is dependent on the size of the card you're working with. Since it's a very small (8 MB) CF card you're using, the proper ...
Hi All, I need to write to the 2 DACs on the AE86D board as fast as possible. I think I've figured out how to get the DAC to change the outputs all at the same...
I wanted to reminded potential customers out there we might not have yet contacted with this information. We should have sufficient inventory to meet customer...
Richard, It can be a challenge... You can try using separate GNDs for the regulator. If you can not separate GND, you may try to make your analog GND only with...
Hi, I am interfacing the compact flash with the 5E-Engine via FC-0, now when i run the code(comp1.c), by powering 5-E using the P-100 board, it works fine i.e...
Hello! I have got a tern a104s controller. My code runs fine for about 20 days and then it crashes.Even a reset will not allow the program to run.. I need to...