Tagged Questions
The coldfire tag has no wiki summary.
4
votes
1answer
545 views
CodeWarrior vs. CodeSourcery G++ for ColdFire Development
I am interested in any comparative analysis between Freescale's CodeWarrior tool chain and CodeSourcery G++ for developing embedded applications for the ColdFire family of processors.
3
votes
1answer
87 views
Bitbanging a PIO on Coldfire/ucLinux
Here's the problem: I need to program some hardware via 2 pins of the PIO (1 clock, 1 data). Timing constraints are tight - 10ms clock cycle time. All this, of course, whilst I maintain very high ...
2
votes
2answers
103 views
High resolution timer on Coldfire (MCF5328)
I've inherited a embedded project that requires some simple, per-function performance profiling. It consists of a Coldfire (MCF5328) running uClinux (2.6.17.7-uc1).
I'm not an expert on either the ...
2
votes
3answers
204 views
Easiest way to merge 2 or more ELF files
I'm working on some embedded code for a class project that currently (per requirements) creates a number of srec files and merges them. I'd like to be able to load this code into QEMU, but it is ...
2
votes
0answers
226 views
USB enumeration failure in ColdFire MCF52259
Anybody with programming experience on the ColdFire line, please help!
I'm using the CMX USB-Lite stack with the ColdFire MCF52259. For some reason, USB enumeration fails at the very first step, as ...
2
votes
3answers
156 views
Interfacing a slow device to a MCF5270 Microcontroller
I'm looking for ways to interface a slow device (an ADC - ~1.2MHz) to my mcf5270 microcontroller, which is a rather fast device (~150MHz). I am using ADC0817, and have tried the following: GPIO read ...
1
vote
0answers
73 views
External atmel memory with coldfire 5282 processor [closed]
Background: I have inherited this project which is using an freescale coldfire 5282 processor. The system is using a custom made RTOS so there is no documentation. The previous person also added in ...
1
vote
1answer
181 views
Documentation for CMX ColdFire USB-Lite stack
This is my first embedded project, so bear with my ignorance. I've been asked to implement Remote NDIS over USB, using the ColdFire USB-Lite stack by CMX. I've been searching for a long time now, and ...
0
votes
1answer
24 views
Which is the suitable Openssl version for m68k processor
Whic openssl version (source code tar ball) is suitable for m68k cross compilation?
0
votes
1answer
79 views
Openssl for m68k
I need to cross compile openssl for m68k board, Linux OS kernel 2.6.10..Any pointers on which openssl version to be used . Currently i am trying to use 0.9.8. I want to cross compile it for using it ...
0
votes
1answer
48 views
Using Port DD as GPIO on MCF5282
I’ve got a MCF5282 that I’m trying to use PDD4 as a GPIO on. In my setup code, I’ve got:
MCF5282_GPIO_DDRDD = 0x10; /* cs on dd4. */
MCF5282_GPIO_PORTDD = 0x10; /* active-low. */
And in my main ...
0
votes
1answer
420 views
codeSourcery G++ Lite Edition is a freeware?
codeSourcery G++ Lite Edition is a freeware or Sharware? any help please? please
see the link "http://www.codesourcery.com/sgpp/lite_edition.html"
0
votes
2answers
415 views
Address Error in Assembly (ColdFire MCF5307)
Taking my first course in assembly language, I am frustrated with cryptic error messages during debugging... I acknowledge that the following information will not be enough to find the cause of the ...