Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

Search this forum:
Search
You are not authorized to create a new topic
Page 1 of 1212345 > >>
Topics
 Replies
 Views
 Last Post
2 Replies and 4480 Views Lolo command to make a directory or copy recursive  4480  2 Started by  scobb I'm looking for a way to copy a directory hierarchy from a Compact FLASH card to a YAFFS partition on the device from lolo. This does not seem to be possible, 1) "cp" won't copy a directory (recursive or otherwise) 2) mkdir is not implemented, so I can't do it by hand. Is there a way to mkdir or cp recursively Thanks, Steve
2 4480
by  scobbJump to last post
06 Jun 2011 03:23 PM
3 Replies and 2437 Views DRIVER TROUBLE  2437  3 Started by  matt123 Let me preface this email with the fact that I'm a WinCE newbie - no windows programming experience at all. Overall goal is to write a stub driver and access it with a stub application....get used to when things are called and how. I have Platform Builder 4.2 and have created driver stub code and an sample application. Both build fine. I have my driver integrated with the OS image. After loading the OS image, I execute my sample application which calls RegisterDevice. I know this is depric...
3 2437
by  matt123Jump to last post
29 Dec 2008 08:44 AM
0 Replies and 2321 Views interface with a USB webcamand driver problem pls help  2321  0 Started by  Deleted User hi, I have a project use a LH7A400 to interface with a USB webcam using window CE. Is there a tutorial to reference it In addition, I registered by LH7A400 and access to download the document of LH7A400. But the link of WinCE Sample Foo Driver of LH7A400 don't work. Can anyone upload th driver Thank you!
0 2321
26 Dec 2008 01:18 AM
10 Replies and 2708 Views Simple Interrupt Implementation  2708  10 Started by  ftiernan I 'd like to attach an optical encoder to my project and would like to use the pre-established interrupts INT2 (Port F bit 2) and INT1 (Port F bit 1) on the LH7A400 board. I can set up the physical interrupts on the board and create a thread and an s/w 'event' to trigger the thread but am not sure how to link my s/w 'event' to the physical interrupt that will be triggered by the encoder when it is turned. I know that the physical interrupt will be generated but how to communicate this to my prog...
10 2708
by  scobbJump to last post
03 Nov 2008 02:23 PM
1 Replies and 2760 Views LH7A400B0B000B3B  2760  1 Started by  andrzejp Hi, We have been having hard time getting parts from NXP. I was able to find LH7A400B000B3B at one of the brokers. The problem is that nobody knows what B3B stands for . One of the former Sharp engineers said that this part had never been relaesed by Sharp (only B3A, B4A, and B5). Does anybody knows the difference I would appreciate you resonce. Regards, Andrzej Piechnik (akdcap.com)
1 2760
by  andrzejpJump to last post
23 Jan 2008 05:00 PM
0 Replies and 2353 Views Good Day.  2353  0 Started by  Deleted User Hello Roy here and just saying hi (new). Roy
0 2353
25 Dec 2007 10:32 PM
1 Replies and 2687 Views getting starter with lcd's  2687  1 Started by  Deleted User hi, i am a 4'th year electrical engineer and the company that i work at wants to start a development of a little gps system that will be placed in a car. they already bought an lcd screen from sharp and wants me to start develop the electrical system around it. i have little knowledge about microchip controllers and so i figure that the best way to start is with a demo kit. aldo i read about the diffrent demo kits i want to consult with you for the better demo kit that will be suitable for my ...
1 2687
by  Deleted UserJump to last post
21 Aug 2007 03:41 PM
1 Replies and 2800 Views One more question about YAFFS  2800  1 Started by  ftiernan I have YAFFS working in Debug mode - run from ram mode (PB 4.2 CE 5.0) but the release version (relocate from flash mode) hangs on startup. That is, it does not start. I have built two workspaces in PB one with YAFFS and one without. The one without work fine in both Debug version (ram mode) and Release version - relocate from flash mode (applications launches automatically on power up). The one with YAFFS only works in debug version - ram mode. The same H/W is used in each case. LH7A400-10 with...
1 2800
by  ftiernanJump to last post
18 Jul 2007 10:27 PM
0 Replies and 2430 Views Any experience in running UCOS-ii on LH7A400  2430  0 Started by  venki666 Hi all I am trying to run uCos-II that can be loaded and executed through LOLO or a debugger. The sample program is given in the sharp website contains the demo files. I have successfully compiled the ABL, CSP & BSP libraries. I am able to build and execute the other example files too. But, when I try to make/build the uCos-ii kernel, I get a bunch of errors. Can anybody tell me if anybody has had success in building the uCos-ii (2.83) for LH7A400 with SDK7A400. Thanks in ADV Venki
0 2430
13 Jul 2007 04:02 PM
4 Replies and 2838 Views LOLOboot failed  2838  4 Started by  venki666 Hi, I purchased a new LH7A400-10 ZDK. When powered up Teraterm shows just one character on the screen. Re-powering does the same thing. Any solutions for this issue Thanks Venki
4 2838
by  venki666Jump to last post
13 Jul 2007 03:43 PM
0 Replies and 2577 Views Restoing LoLo to a LH7A400 card engine  2577  0 Started by  Deleted User A customer submitted the following question: Hi, I am trying to restore the LoLo in my board because it appears that it is corrupted since it does not show any signs on the TerraPro terminal that it is working. I am following the instructions on the website you of LogicPD and one of the steps says: "Insert Multi-ICE install CD and follow instructions." He found a wiki page that he wanted to share: http://wiki.buici.com/wiki/Logic_Loader_Restore using Abatron's BDI2000 and Linux Red...
0 2577
22 May 2007 07:21 AM
2 Replies and 2618 Views Still Trying to get YAFFS to work  2618  2 Started by  ftiernan Hello Aaron, I set this aside for a while and am now coming back to it. I cleand out everything and set up a single YAFFS partition just as described in the app note and the logic loader manual. From my CE 5.0 app using Plaftorm Builder 4.2 I can find the YAFFS file using "FindFirstFile" function but when I try to write to that file it fails on "CreateFile". The code snippet and debug output are shown below: Code: Quote: hFlashFile = FindFirstFile ( TEXT("*.*"),...
2 2618
by  ftiernanJump to last post
05 Apr 2007 11:59 PM
0 Replies and 2285 Views Problem Building Application using EVC4.0  2285  0 Started by  Deleted User Dear All I am trying to get my head around this Logic development Kit LH7A400-10. I am using this tutorial "Zoom Starter Development Kit Windows CE Evaluation Guide" by Aaron Stewart. I am trying to build a simple application , a typical Hello World Application" as described in Tutorial. But when I try to build the application using EVC 4.0 it get stuck at Linking phase and eventually my laptop display message like Insufficient resource to run this application. I am using Win...
0 2285
26 Dec 2006 03:25 PM
0 Replies and 2192 Views Hello, this is my first post on Yours site  2192  0 Started by  Deleted User Hi..Guys...!!! I am new on yours site, but i hope you will like me. I`ll very glad to answer on all your question! I am From Italy Nice day is it today, but I have a question for all... In first , how i post message to PM... Thank you very much! Mark. G..!!
0 2192
14 Nov 2006 07:04 AM
1 Replies and 2294 Views ARM MultiICE communication problem  2294  1 Started by  Dag Hi, Am I trying to follow the instructions in "MultiICE_Setup_Procedure.txt"nad everything seems to be ok untill I enter the command "target remote localhost:9000" from the gdb-promt. It is not possible to establish a connection. This is what I see in Cygwin. $ arm-elf-gdb GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain...
1 2294
by  Jump to last post
03 Nov 2006 04:45 PM
2 Replies and 2340 Views Problem Building WinCE Image  2340  2 Started by  Deleted User Hi I am trying to build a WinCE Image but not succesful yet. Whenever i try to build image the building process goes ON and ON. I dont know whats wrong. I am following the procedure describe in Application Note: AN146 Building a WinCE Image on LH7A400-10.Only difference is that i am using WinCE.net V4.2 and got this sample BSP from sharp for WinCE 4.2 How long does it usually take to build image I am using WinXP Home version. Is it because of that. All reply will be highly appreciated. ...
2 2340
by  Deleted UserJump to last post
25 Oct 2006 01:34 AM
3 Replies and 2610 Views Cygwin Installation Problem  2610  3 Started by  Deleted User HI I am having problem downloading Cygwin. I try to install it on my PC but it gets stuck at 98 everytime. Any idea on this.All help will be highly appreciated. Regards Sikander
3 2610
by  Jump to last post
13 Oct 2006 09:58 AM
10 Replies and 2617 Views Programmatic access to Flash  2617  10 Started by  ftiernan I would like to have programmatic access to about 1k of flash to dynamically story user setup data so that when the use restarts his device prior settings can be restored. I do not plan to have a CF so I would like to use some of the Card Engine's resident flash. I will ultimmately of course have my application itself stored there so I need to avoid using that particular space. I see various references to configuration blocks and YAFFS in the Logic Loader documentation but am not sure they are s...
10 2617
by  ftiernanJump to last post
30 Sep 2006 06:16 PM
2 Replies and 2405 Views Release version runs slow  2405  2 Started by  ftiernan I am trying to test a "release" version of my platform by building "release" version and then just loading it into ram via logic loader but when I do this it runs very slow. Here is the output from logic loader LogicLoader &40;c&41; Copyright 2002-2005, Logic Product Development, Inc&46; All Rights Reserved&46; Version 2&46;0&46;3-LLH7a400_10 0001 ***************************************************************** losh> losh> ifconfig ...
2 2405
by  ftiernanJump to last post
14 Sep 2006 09:16 PM
11 Replies and 2394 Views Help with LH7A400  2394  11 Started by  Deleted User HI Guys I am complete Newbie. just got my first Development kit and trying to figure out how to make it work for first time. Can anybody tell me what this software is for: WIN CE 50 LPD ARMV4I SDK _LH7A400.msi Also I have downloaded WinCE5.0 and installed it on my PC. what are the files i need to get started. Thanks
11 2394
by  Jump to last post
13 Sep 2006 10:30 AM
You are not authorized to create a new topic
Page 1 of 1212345 > >>


RSS Feed Available