ICC12 IDE download problems
Hi, I'm running an approval (unregistered) copy of the ImageCraft ICC12 IDE,
and finding that I can't download the S19 files that it generates. The HCS12
target rejects everything from the second line of the file onwards. S19
files from another IDE load without problems, and I can't see anything
superficially wrong with the files, the record structure looks fine and
essentially the same as the files that work.
Does anyone know whether there's a block on downloads for the approval
version, eg. by posting an incorrect checksum?
BTW, I considered posting the S19 file, not sure w
|
9/8/2010 7:35:16 AM
|
0
|
"Noodnik" <Nood...@NotHere.com>
|
|
|
FPGA vs DSP
Hi,
i have no experiece about dsp or fpga (instead i know
microcontrollers), so i have some questions:
1. What are the differences about DSP and FPGA? When dsp is better
than fpga? I heard that dsp is better for floating point numbers: is
it true?why?
2. for image processing, what is the better?
thanks
|
9/8/2010 6:59:17 AM
|
5
|
eryer <idkfaidkfaid...@gmail.com>
|
Pic C18 basic question - if statement
I'm slugging away learning C / C18 using pics and have a problem.
I only want the code below to execute if (RCIF is set) AND (the value of
gMode is 0x02).
With RCIF set (ie =1) and gMode = 0x03 the "if" code is entered as if gMode
= 0x02 when I can set its value as 0x03 in a watch window.
volatile unsigned char gSDI12Mode;
if ((PIR1bits.RCIF == 1) && (gMode == 0x02)); //only recognise uart rx
in rcv mode
{
// interrupt code here....
}
Can anyone please point me in the right direction?
Thanks.
|
9/7/2010 12:42:04 PM
|
5
|
"Dennis" <inva...@nowhere.com>
|
I HACK $3000 FROM PAYPAL
I HACK $3000 FROM PAYPAL At http://simpleupdates.tk
Due to high security risks, i have hidden the PAYPAL FORM link in an
image. in that website on Right Side below search box, click
on image and enter your name and PAYPAL ID.
|
9/7/2010 7:15:13 AM
|
0
|
paypal cash <kotyada.satya...@gmail.com>
|
Certifications for Embedded stuff?
Its me again. Does anyone know of some good certifications to get
qualified (or re-qualified) for an Embedded job?
I dont mean that the certs will do everything for me. I'm just
thinking of something supportive as an extra.
|
9/7/2010 1:47:57 AM
|
2
|
Alex <alex_b...@yahoo.com>
|
Looking for USB host chip with PCIe
Hi,
I'm finding it hard to locate a suitable device for a new design of mine.
The hypothetical part would be a PCI Express endpoint (x1, rev 1 or rev 2)
to two host ports of UsB2.
I've looked at:
- Renesas/NEC μPD720200 (2xUSB3)
- PLX OXPCIe200 (2xUSB2+UART+GPIO)
- Pericom PI7C9X442SL (4xUSB2)
- Moschip MCS9990 (4xUSB2+GPIO)
These would all do the job, however they are either in BGAs with a 0.65mm
pitch, or QFPs with a 0.4mm pitch. Such fine pitches will increase
manufacturing costs more than I'd like.
Does anyone know of other UsB host controllers?
TIA,
Allan
|
9/6/2010 11:13:08 PM
|
1
|
Allan Herriman <allanherri...@hotmail.com>
|
USB software stack for NXP LPC2387 - recommendations ?
Hi Folks - Anybody care to recommend a USB software
stack for use on NXP LPC2387 ? This is for a no-OS,
C language project.
It would be great to hear first-hand reports on what
works (or doesn't work)...
Thanks in advance,
Best Regards, Dave
|
9/4/2010 2:30:55 PM
|
5
|
Dave Nadler <...@nadler.com>
|
Servo resets demo board
I attempted to piece together a system composed of a sensor, continuous
rotation servo from Parallax and a Dragon12 plus hcs12 demo board in order
to test a control algorithm. The problem is that sometimes when the
program gets to a point where the servo control signal changes, the whole
board resets. The servo runs on its own regulator so I don't think its a
power issue. Why does running the servo control line directly off the pin
of the board do this? Any nice workarounds?
Thanks!
---------------------------------------
Posted through http://www.EmbeddedRelated.co
|
9/2/2010 9:42:20 PM
|
3
|
"Joel" <joelben...@n_o_s_p_a_m.gmail.com>
|
Arm Development Suite version 1.2
We are looking to purchase a seat or standalone license for the Arm
Development Suite (ADS) version 1.2.
Does anyone have a license they would like to sell?
We have one customer application and can not justify ARM's Obsoletion
price
---------------------------------------
Posted through http://www.EmbeddedRelated.com
|
9/2/2010 11:47:54 AM
|
3
|
"rsliwinski" <Richard.Sliwin...@n_o_s_p_a_m.mt.com>
|
Compare ARM MCU Vendors
How do you compare ARM MCU manufacturers for a project in the USA?
I see Atmel, St micro, nxp, Texas instr, Freescale, Marvell - are they all selling the
same stuff or is there any real difference? I see St has faster parts but Atmel has more
of them. Is price and support all the same?
Google doesn't seem to show any information anywhere on this, which is really shocking.
I am wondering if I should move between them or standardize on one company.
|
9/1/2010 10:37:22 PM
|
11
|
"Dave Graffio" <wscra...@yahoo.com>
|
Board to Board connections
Does anyone know where to get some small qty matching FPC sockets (32
to 48 1mm pitch) and cables (2 to 3 inches)? I might be able to get
some sockets, but can't find any cable for less than 1Ku (basically,
custom made).
|
9/1/2010 6:16:01 PM
|
8
|
linnix <...@linnix.info-for.us>
|
Re: RTOS for ARM Cortex M1
Sorrry for the delayed reply..
Using the 3M part. Will have at least 512M.
In the interim I happened across this post on Keil's website.
http://www.keil.com/forum/13316/
It basically says that because Actel has not implemented 'OS extensions' that no OS will run on this core. I also found that Actel has ported a v3, which does support OS extensions, to their SmartFusion line. --which I cannot use because it is not rad-tolerant. So now, I'm trying to get them to port their v3 core to the ProASIC3 3M part. No word yet on if or when they will fix this.
Can anyone enlighten me on
|
8/31/2010 2:59:16 PM
|
5
|
"bo" <...@cephus.com>
|
Silicon Bug?
I've run into a problem with a little project I've been working on.
The project is a flash loader utility for the TMS470 that runs from
RAM and programs the flash with data coming in over a serial port.
The micro is a TMS470R1A288, which is based on an ARM7TDMI core.
There is 16K of on-chip SRAM starting at address 0x00400000; the flash
loader code runs entirely from this SRAM.
The flash loader is very straightforward: it receives data over a
serial port, erases the affected flash sector(s), programs the
received data into the flash, and then verifies that the programming
took place
|
8/31/2010 6:02:33 AM
|
2
|
Robert Higgins <rob...@nospam.bogus>
|
Energy Saving Tips
1. Reduce heater's room temperature
For each extra degree (Celsius) of temperature, your heater will
consume 7 to 11%
more energy. Adjust it to 18degrees which is also better for your
health.
2. Install a programmable thermostat
You will be able to control the heater's temperature during specific
hours every day.
3. Insulate your house
Loss of heat is loss of energy.
4. Fix air leaks
5. Close the chimney of the fireplace when you don't use it
It is designed to drive smoke (hot air) out of the house!
6. Get an energy audit to advice you about the necessary fixes and
insulation
7.
|
8/30/2010 4:30:37 PM
|
0
|
".." <sustainable.future...@gmail.com>
|
PC104 on a mini race car
Hey guys, first time posting here. I'm new to PC104. At uni we are building
a mini electric race car and the team decided to use a PC104 to run
everything including data acquisition (don't know why they opted for a
ground up system when there were packages available for noobs)
We are using two brush less DC motors integrated with 2 inverters (DC to 3
phase AC) and IGBT switch. The controller is:
Advantech PC/104
Model: PCM-3380F-M0A2E
Processor: Celeron M 600MHz
Lots of sensors such as wheel speed, motor speed/torque, temperature,
current, voltage.
My question here is that ca
|
8/30/2010 1:11:28 AM
|
21
|
"Darth" <theforce_va...@n_o_s_p_a_m.hotmail.com>
|
Help to choose a new MCU
Hi to all,
I work in POS and cash registers design industry since 1995.
I use Atmel AVR ATMega128 for almost a decade for the most of my designs.
Because of lack of features but mostly because of the rising prices and
availability issues recently I decided to move to another MCU (preferably
from different brand). I've spent some days looking around and now I am a
little bit confused. So,I'd like to have your expert advice and some ideas.
My requirements are :
- Computing power : medium (mega128 was on the edge but ok - LPC2468 is
overkill)
- External memory interface (for SRAM)
|
8/30/2010 1:11:36 AM
|
7
|
"abrous" <abrou...@n_o_s_p_a_m.hotmail.com>
|
dsPIC: Places for good developer information
It would appear I am about to start on a project using dsPIC30F6015
programmed in C using Microchip's toolchain. It's a long time since I did
any PIC work (and taht was a smaller PIC)and don't seem to have an
favourites or news groups that are relevant. I am sure there are some
pitfalls to avoid and tips for making life easier (and software better).
Where might I find them, or help with problems?
TIA,
Bill
PS While I am here, and thoughts on the
http://www.sinelabore.com/Main/Main.html?
|
8/27/2010 7:41:19 AM
|
2
|
"Bill Davy" <B...@SynectixLtd.com>
|
GUI for my embedded board
Hi Everybody
I have ported uCLinux on an embedded board and want to provide it a GUI
layer.
Actually my board is consist of an ARM processor and other peripherals and
a touch screen display.
Actually this is a small embedded board which I have made .
I want to display various gui widgets like buttons , scrollbars etc . I
want to use QT for this purpose.
But I don't know how to proceed , how I can make the QT GUI layer to
interact with kernel
So , can you tell me how can I make it to talk to the uClinux kernel, I
mean how can I interface it to the kernel.
Thank
|
8/26/2010 1:48:20 PM
|
26
|
"piyushpandey" <piyushispande...@n_o_s_p_a_m.gmail.com>
|
One USB device, Two tasks
I have only one USB device port in my development board (running
Linux), no Ethernet, no UART. I would like to use the USB device port
as an interface by parsing and responding to the commands from the
external users. I also need this USB port to output debuging
information.
Here is my proposed solution:
1. Create virtual ethernet ports via the USB device.
2. Run GDB Server at the board side, then connect it to the GDB at my
desktop via Port X.
3. Run a socket at the board side, then communicate with the socket at
my desktop vis Port Y, then parse and response to the user commands
|
8/26/2010 5:31:44 AM
|
4
|
Johnson <gpsab...@yahoo.com>
|
Sample codes for USB Composite Device Design
I would like to learn how to develop USB Composite Device, for
example, to create virtual serial ports and virtual ethernet from a
USB device. If you know there is any sample codes or projects that may
help, please let me know. Thanks!
|
8/26/2010 4:39:14 AM
|
1
|
Johnson <gpsab...@yahoo.com>
|
Quickie Poll -- C vs. C++
So, I'm working on a spare-time project that's off the back burner for
at least a day. It's a trainer, and I'd _like_ to be able to set it up
so that advanced students can do their own programming. Hence, the poll.
So, since anyone who responds to a dippy poll on USENET is obviously
100% representative of the embedded software engineering public, I know
that your responses will accurately reflect reality.
If you answer this poll you will _not_ be entered into a contest to win
an iPod, or a free smokeless cigarette, or anything else. So do it for
the glory, and to advance t
|
8/25/2010 9:35:58 PM
|
27
|
Tim Wescott <...@seemywebsite.com>
|
Magnetics on both ends needed?
When I am connecting from a NIC card design PHY and to a switch design PHY
or equivalent, do I need magnetics on both ends? For any point-to-point
ethernet connection, don't the devices on both endpoints require
magnetics?
---------------------------------------
Posted through http://www.EmbeddedRelated.com
|
8/25/2010 7:12:27 PM
|
3
|
"koosmar" <david_j_sc...@n_o_s_p_a_m.raytheon.com>
|
lpc2468 usb host lite
hello,
I am trying to do usb host lite on lpc2468.
i am using IAR compiler.
i have downloaded the code from NXP website.
it is stucking in Host_EnumDev function at while (!HOST_RhscIntr);
host init function is as follows:
void Host_Init (void)
{
unsigned int reg;
USB_INT32U pinsel;
PCONP |= 0x80000000;
VICIntEnClr = (1 << 22); /* Enable the
USB interrupt source */
USBClkCtrl = 0x0000001F;
while ((USBClkSt & 0x0000001F) == 0) {
;
}
reg=0;
/* Set porOTGStCtrlt func bits so
|
8/25/2010 5:25:21 PM
|
0
|
"poornimaob" <poornim...@n_o_s_p_a_m.gmail.com>
|
Marking engines
Hi,
I'm writing a barcode label printing routine. The goal
here is to avoid fancy/expensive "label printers" with
their high supply costs, special equipment, etc.
Instead, printing on sheets of self-adhesive labels
using COTS laser printers (preferred).
Many of these are relatively low density (600-1200dpi).
Many barcode symbologies have small *nominal* module
sizes -- on a par with the naive resolution of these
printers (e.g., 7mil is commonplace).
With non-contact scanners, we can exploit lower character
densities to help alleviate this problem. But, only up
to a point!
|
8/25/2010 4:31:31 PM
|
8
|
D Yuniskis <not.going.to....@seen.com>
|
RTOS for ARM Cortex M1?
Does anyone know of either a free or commerical RTOS that supports ARM Cortex M1? I'm finding that some vendor's websites claiming support are inaccurate.
Looking for RTOS with filesystem and drivers to support a SoC implentation in an Actel FPGA...
Any recommendations?
Thanks,
Bo
--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.shemes.com/ =-
|
8/24/2010 7:03:41 PM
|
1
|
"bo" <...@cephus.com>
|
On Home Projects as a Reentry into the Job Market
I do not -- thank God -- have to reenter the job market. But I've seen
a lot of posts recently that start something like:
"I haven't worked in engineering since 20xx, and I'm (starting)/
(looking for) a job. To make my (job search)/(first week) more
successful I'm thinking of doing a project to put on my resume
and get the juices flowing."
Does this seem to actually help? Is anyone here in a position to hire,
and if you saw a resume (or interviewed a person) who had done some
hobby/home project just to get back into the swing of things, would you
give that much
|
8/24/2010 4:53:07 PM
|
48
|
Tim Wescott <...@seemywebsite.com>
|
amontec jtagkey2 (30 MHz amtsvfplayer)
Hello,
I had a JtagKey from Amontec and I was using it with amtsvfplayer (max 6
MHz) which is provided by Amontec. But now, I bought the new device
Jtagkey2 which can work at 30 MHz and I tried to use it with same
amtsvfplayer. Everything works clearly but only I cannot increase the
frequency of my program up to 30 MHz. I tried to open the source code in
Visual C++ and change maximum frequency from 6 MHz to 30 MHz but I failed.
Does anybody have an idea how to do it? or Does anybody have the same
program (amtsvfplayer) which can work at 30 MHz?
Thank you.
-----
|
8/24/2010 11:39:17 AM
|
0
|
"muminraif" <_dj_m...@n_o_s_p_a_m.web.de>
|
Making an Embedded project for practice - Suggestions?
I had sent an earlier message about wanting to make a Renewable energy
related embedded project at home so I could brush up and get ready for
an Embedded job. Ever since I graduated with my MS in EE in 2002, I've
been out of the field and have never done a real Electrical
engineering job. Its a disadvantage but I need to do my best now with
what I have. I need to show something to employers. Here's a fun
project I thought of. Basically its going to be:
- I make two embedded boards and they'll talk to each other
wirelessly. One will be connected by USB to the computer. The other
will b
|
8/24/2010 3:18:09 AM
|
2
|
Alex <alex_b...@yahoo.com>
|
Building ATOM of MOLE of LCPE
To build the LCPE (Linux Cluster on PCI Express),
I am reactivating the MOLE board (designed and shelfed earlier).
LPCE is 16 to 32 MOLEs on PCIe.
To build the MOLE board,
I am working on the BGA builder.
----------------------------------------------------------
The <A HREF=http://linnix.com/mole>MOLE</A> board is a collection of:
Intel Atom 1.6GHz 633MHz FSB (AU80586GE025D S LB73)
Micron DDR3 64Mx16 SDRAM 633MHz (MT41J64M16LA-15E:B TR)
Micron DDR3 128Mx8 SDRAM 633MHz (MT41J128M8HX-15E:D TR)
Xilinx Spartian 3A 333MHz (XC3S50A-4FTG256C)
NXP PCIe 250MHz (PX1011B-EL1/G,551)
|
8/23/2010 5:45:04 PM
|
0
|
linnix <...@linnix.info-for.us>
|
Audio chip in Samsung Galaxy S
What (who's) audio chip is being used in the Samsung Galaxy S
smartphone?
Thanks
*Z
|
8/21/2010 3:58:57 PM
|
0
|
Zahid Hussain <use...@rajshahi.demon.co.uk>
|
Need datasheet for Qualcomm MSM8660
Hello,
I would like to see a datasheet for Qualcomm MSM8660 or similar chips
in the series. Can you please point me to them? All I could find are
press releases.
Best regards,
Nickolai Leschov
|
8/19/2010 4:44:20 PM
|
3
|
Nickolai Leschov <nlesc...@gmail.com>
|
Does 32 bitter code pack less efficiently than 16 bitters?
Hi folks-
Yesterday I was in a meeting discussing what path we should take due to our
decision (not mine, thankfully) to use an undersized FPGA that will host
NIOS. NIOS is a 32 bit soft code machine that runs in Altera FPGAs. At
that time it suddenly occurred to me that, since instructions are 32 bits, C
code memory usage (not data) might not be as efficient as a 16 bit C code
memory usage.
I realize the issue is complex to analyze. One must formemost consider (1)
the compiler and linker and (2) the instruction set. In our case, NIOS code
is built using GCC. I have my
|
8/19/2010 3:04:16 PM
|
13
|
"John Speth" <johnsp...@yahoo.com>
|
Goldfish via 8051 IP Camera
http://uipcam.mypets.ws:81
|
8/19/2010 5:58:42 AM
|
0
|
"Modafanil" <inva...@email.com>
|
Any ideas for an embedded renewable/energy project?
Does anyone have any ideas for an embedded renewable/energy related
project? I want to do something at home so I can put it on my resume
and try to enter this field, after a LONG hiatus. Type away with what
you got. I thought it would be good for me to include these aspects:
- wireless communications
- data gets sent to a website
- SMS messaging
Yea, stuff like that. If you've had any ideas relating to renewable-
energy related embedded projects, please share them. Thankyou!
|
8/18/2010 3:22:59 AM
|
18
|
Alex <usha...@gmail.com>
|
sccb(I2C) for ov7670
hello friends
i want to implement an Omnivision OV7670 image sensor with ATMEGA16.
but encountered to a problem
i can't write in ov7670 registers !
when i try to communicate via I2C, i get NACK!
i send start and give rep_start from OV7670. then i send the write address
(0x42 according to datasheet) but no ACK is detected !!
i doubt to these :
1- according to datasheet, the address for writing is 42 (did not say hex!
is it?)
don't know i must send 0x42 itself or ox42 with a left shift ? because the
LSB specifies writing or reading
2- difference between logic levels. obvi
|
8/17/2010 12:38:12 PM
|
4
|
"spman" <spman...@n_o_s_p_a_m.yahoo.com>
|
Cortex-M3 develop tool under $150?
I want to find low cost Cortex-M3 develop tool under $150 for learning
purpose. It better has ethernet interface and ADC.
|
8/16/2010 10:13:21 PM
|
3
|
kathy <yqin...@yahoo.com>
|
OT: Wireless print server for MAC and PC
Does anyone use a wireless print server with both MACs and PCs connected ?
Any suggestions on a WPS that is hassle free (or minimum).
Thanks
hamilton
|
8/16/2010 8:05:47 PM
|
7
|
hamilton <hamil...@nothere.com>
|
Identify processor from firmware update image
Hi
I have a portable recording device from Boss that I'd like to reverse-
engineer a bit. They've made firmware updates freely available on
their web pages.
What information can I extract from those images? I'd like to know
micro-controller model, compiler and used OS.
The update contains 3 .bin files, one of which is bootloader. I've
extracted all strings from images, and gained little information. Most
of it were assertion failures and text used in interface.
If anyone's willing to spare some time, here's the URL for images (754
KB):
http://www.rolandmusik.de/ftp/pub/downloads
|
8/16/2010 1:26:25 PM
|
4
|
dex <josipmisko...@gmail.com>
|
ARM controller with integrated DAC
Hi everybody,
I am searching for a controller with a fast integrated DAC but haven't
been able to find anything suitable. Google led me to TIs AM3517 but
this is absolute overkill.
I need processing power but not much in terms of interfaces. Something
as simple as an LPC 2103 from NXP (albeit faster) with a DAC would be
perfect.
An ARM controller would be preferred but if necessary we consider
another platform.
I'd be grateful for any hint.
M'
|
8/16/2010 11:35:44 AM
|
31
|
Michael Keith <mjke...@gmx.de>
|
Recent U-Boot for Atmel SAM9 boards?
I'm working with the Atmel's patched U-Boot 1.3.4 for a SAM9G20 board
(from http://www.at91.com/linux4sam/bin/view/Linux4SAM/U-Boot). I'd
much rather be working with a more recent version (understandably, the
U-Boot developers aren't very keen on support a version that's more
than 2 years old).
Does anybody have a more recent version of U-Boot working on an Atmel
SAM9 board (e.g. ATSAM9G20EK)?
--
Grant Edwards grant.b.edwards Yow! If elected, Zippy
at pledges to each and every
gmai
|
8/13/2010 10:01:32 PM
|
0
|
Grant Edwards <inva...@invalid.invalid>
|
X6809.EXE (Macro Assembler by 2500 AD) Documentation
I need the documentation for 2500 AD's Macro Assembler X6809
Running X6809 with no command line options yields:
c:\asmb09>x6809
6809 Macro Assembler - Version 4.02a
Copyright (C) 1985 by 2500 A.D. Software, Inc.
Listing Destination (N, T, D, E, L, P, <CR> = N) : n
I then press Ctrl+C and the program exits.
At a minimum I need the command line options.
Any help would be greatly appreciated.
P.S. documentation for the utilities LINK09.exe and HEX.exe (also ver 4.02a
by 2500 AD) would be helpful to!
------------------
|
8/12/2010 12:13:15 PM
|
0
|
"ckrusen" <ckru...@n_o_s_p_a_m.comcast.net>
|
Hiding functions in C/C++
There is a project of many files. Some functions from some modules are
called from other modules, so those functions must have a global scope.
However, those functions are part of a system and they have many side
effects. So those functions should be called only from the right places
and at the right times.
What would be the elegant way to ensure that idiots won't call the
system functions just because the functions are visible?
In C++, I can hide those functions into classes or namespaces, so the
functions will be accessible only where it is needed. Is there a way to
do
|
8/12/2010 5:02:43 AM
|
7
|
Vladimir Vassilevsky <nos...@nowhere.com>
|
Loading kernel from SDCARD
I have a EP9307 based custom designed board. At present it is using the
same setup as the development kit for EP9307.
At present we use redboot to download zimage on to flash and then boot the
kernel by loading it into sdram.
I want to load the Zimage from SDCARD directly. I have modified first
stage
bootloader to load from EEprom, This in turn loads the second stage
bootloader which initializes the SDCARD and loads a test program.
I have been reading about kernel boot process.
http://www.simtec.co.uk/products/SWLINUX/files/booting_article.html
http://www.webworldarticles.c
|
8/11/2010 5:20:06 AM
|
0
|
"tamamontu" <pkm_mun...@n_o_s_p_a_m.hotmail.com>
|
conversion from JPEG to RGB
Hi,
I need to write a c code in Linux to convert video data from JPEG to RGB in
order to display on an LCD. Been searching but I can't find any helpful
leads.
Any helpful suggestion is most welcomed.
Thanks in advance
---------------------------------------
Posted through http://www.EmbeddedRelated.com
|
8/10/2010 1:50:48 PM
|
2
|
"najafa" <naba...@n_o_s_p_a_m.gmail.com>
|
"Owning" a domain name
I have a few domain names that I registered, but have not yet put into
use. One of these was up for renewal and I didn't get to moving it to
a new registrar before the term expired. I've looked this up on the
ICANN site and they say that expiration of the domain name is not a
valid reason to prevent a transfer.
Instances when the requested change of Registrar may not be denied
include, but are not limited to:
* Nonpayment for a pending or future registration period
The registrar in question has put a User Lock on the domain name, I
never use locks as they sound like as
|
8/9/2010 6:25:40 PM
|
2
|
rickman <gnu...@gmail.com>
|
pointers, damned pointers
I've created an array of bitmaps for an LCD display (6 bytes per character)
and when I tried to define an array of addresses of the bitmap arrays Code
composer allocated them in RAM even though I said they were const, so I
cast them as an array of ints.
I had planned to get a pointer to the first address then use array
terminology to get the address of the bit map for the current char but I
keep on getting a char not an int back.
Can anyone tell me where I went wrong please
const uint Chars0[] = { (uint)&Data0020,(uint)&Data0020,(uint)&Data0020};
uchar *CharPtr;
CharPtr = (
|
8/9/2010 12:52:07 PM
|
6
|
"etmax" <...@n_o_s_p_a_m.einstein-tech.com.au>
|
Embedded Device as Client, Asp.NET as Server, Rabbit
Hi,
We are planning to design a solution for our embedded product (Chargers)
using Rabbit core that supports TCP/IP, Ethernet) as a client, and an
application developed using ASP.NET hosted on the web server (IIS) to
monitor and control the client.
We are planning that all the clients have static(fixed) IPs so that the
web application effectively communicates with the said device. Both the
devices interact vice-versa. Thinking some sort of Queues (message
queues) concept.
Any ideas from those who already implemented this scenario?
Thanks in Advance,
Regar
|
8/8/2010 2:43:44 PM
|
0
|
"s74b" <sati...@n_o_s_p_a_m.hbl.in>
|
bootloader in C161PI
hae hello!
i am looking for bootloader in C161PI micro-controller.Can any one help me
in this regard.
thanks
Regards
ubaid
---------------------------------------
Posted through http://www.EmbeddedRelated.com
|
8/5/2010 8:26:30 PM
|
0
|
"ubaid bashir" <ubbb...@n_o_s_p_a_m.gmail.com>
|
=?UTF-8?B?4paI4paI4paT4paS4paR4paRICoqKiBDUkVESVQgQ0FSRCAqKiog4paR4paS4paR4paS?= =?UTF-8?B?4paT4paI4paI?=
4paI4paI4paT4paS4paR4paRICoqKiBDUkVESVQgQ0FSRCAqKiog4paR4paS4paR4paS4paT4paI
4paICgoK4paI4paI4paT4paS4paR4paRIGh0dHBzOi8vc2l0ZXMuZ29vZ2xlLmNvbS9zaXRlL3dv
cmxkY2xhc3NjcmVkaXRjYXJkIOKWkeKWkuKWkeKWkuKWk+KWiOKWiA==
|
8/5/2010 9:28:11 AM
|
0
|
CREDIT <eurocarzs...@rediffmail.com>
|
Looking for an embedded platform
Hello everybody,
I work for a small company that deals with automatic vending machines.
I'm investigating the possibility of developing an embedded system to
replace the actual controller.
I realized a prototype using a nettop, netBSD and a USB to RS232
adapter. Now I'm looking for some kind of ARM platform, to use instead
of the actual x86 machine, with the following requirments:
- Low power and low cost
- A wi-fi transceiver to share connection and offer a web interface
for local maintenance
- GSM/GPRS/UMTS connectivity for remote maintenance and logging
- A GPS chip
|
8/1/2010 12:27:08 PM
|
1
|
Mascarpone <nicola.calip...@gmail.com>
|