EmbeddedRelated.com
The 2024 Embedded Online Conference

Test Driven Development (TDD) Framework for Embedded Systems

Started by Anonymous in comp.arch.embedded10 years ago 11 replies

Hi, We currently do most (all) our embedeed FW testing on either real HW (if available), using FPGA, or using HW simulator and Verilog...

Hi, We currently do most (all) our embedeed FW testing on either real HW (if available), using FPGA, or using HW simulator and Verilog models. We are looking at performing more testing on the "Host" rather than the target, and since this is new to our group, I am looking for suggestions and comments. BTW, we use C, currently we don't use an RTOS, but going forward, this is something that we wil...


C# for Embedded ?...

Started by Chris in comp.arch.embedded7 years ago 90 replies

Hi, I've been invited to a meeting to discuss am automotive like engineering project with a high level of safety critical...

Hi, I've been invited to a meeting to discuss am automotive like engineering project with a high level of safety critical requirements. They are using Simulink for some of the top level design work, but are programming the whole lot in C#, with some of the code already written. Not sure at this stage which rtos is being used, if at all. From what I've read, C# is a web / application /...


TCP Stack + RTOS for Infineon C166 recomendation

Started by Adib Taraben in comp.arch.embedded17 years ago 2 replies

Hello, I am using Infineon C167 or its new derivate XC167. Can someone recommend a TCP-Stack and OS combination for that? Thx, Adib.

Hello, I am using Infineon C167 or its new derivate XC167. Can someone recommend a TCP-Stack and OS combination for that? Thx, Adib.


RTOS training wanted

Started by Anonymous in comp.arch.embedded19 years ago 3 replies

Can anyone recommend any introductory non-vendor specific training for real time programming? Specifically for embedded systems would...

Can anyone recommend any introductory non-vendor specific training for real time programming? Specifically for embedded systems would be prefereable, North East US would also be prefereable. Web based training would also be an option. Thank You!


RTOS for tms320

Started by Sebastian in comp.arch.embedded19 years ago 4 replies

Hello. Are there any real-time operating systems or real-time kernels available for the tms320 except for the DSP/BIOS from TI? I...

Hello. Are there any real-time operating systems or real-time kernels available for the tms320 except for the DSP/BIOS from TI? I am especially interested in open source versions. Thanks a lot, Sebastian


OSE RTOS

Started by Daniel Navarro in comp.arch.embedded20 years ago 1 reply

Hi all!! Does anybody know whether OSE kernell includes the necesary USB drivers to make it works as USB client? If not, do you know where...

Hi all!! Does anybody know whether OSE kernell includes the necesary USB drivers to make it works as USB client? If not, do you know where can I get some drivers for that? Thank you, Daniel Navarro


porting ECOS to arm

Started by USB in comp.arch.embedded20 years ago 1 reply

does any one port ecos-RTOS to arm board? ---- http://arm.web7days.com

does any one port ecos-RTOS to arm board? ---- http://arm.web7days.com


RTOS or alternative for Basic Stamp II

Started by sap in comp.arch.embedded20 years ago 4 replies

Hello, I'm not used to this chip but I am recommanding it to a newby in embeded applications. I would use an AVR and C but I would like him to...

Hello, I'm not used to this chip but I am recommanding it to a newby in embeded applications. I would use an AVR and C but I would like him to appreciate his entry in our world... A Stamp should allow him to quickly get a running app from fully scratch and no knowledge in any king of programming language (just college level grafcets and many lacks). From a 59$ OEM Stamp he would just ...


Anyone used C/Peg (or Peg) UI

Started by tim(yet another new home) in comp.arch.embedded18 years ago 3 replies

I've just started a project with a new client and they have decided to use C/peg UI template (from swell software). As is common with small...

I've just started a project with a new client and they have decided to use C/peg UI template (from swell software). As is common with small companies they haven't got around to entering into a support contract for this so we are left with the slightly incomplete documentation. A search on the web brings up nothing other than the author's site and some from the RTOS developers who have in...


8051 suggestion

Started by wolf99 in comp.arch.embedded13 years ago 20 replies

Hi Folks I am looking at developing a new application, that I hope I can do using an 8051 derivative. Two main requirements that I have are...

Hi Folks I am looking at developing a new application, that I hope I can do using an 8051 derivative. Two main requirements that I have are that it be pretty damn fast (50-100MHz) and have I2C. Also around 6-ish external interrupts and port for RS232... Have been looking also at using a RTOS....but this is not fixed in stone. I am quite familiar with the 8051 and the keil uvision IDE ...


Automotive micros

Started by Tomas D. in comp.arch.embedded9 years ago 11 replies

Hello, I wonder if we have automotive engineers here? What microcontrollers and what RTOS do you use for CAN connected systems? I know that...

Hello, I wonder if we have automotive engineers here? What microcontrollers and what RTOS do you use for CAN connected systems? I know that some manufacturers have a list of approved micros. So far my investigation ended on Freescale/ST SPC56 family and Renesas RH850, both running AUTOSAR from VECTOR. Are there any other widely used micros? BR Tomas D.


Do I need a RTOS?

Started by eeboy in comp.arch.embedded15 years ago 47 replies

I am bringing up my first ARM project (based on LM3S1439) and am looking for some advice. In my particular target application the processor will...

I am bringing up my first ARM project (based on LM3S1439) and am looking for some advice. In my particular target application the processor will be communicating with several peripherals via SPI (2) and UART, maintaining a file system, keeping track of time and date as well as performing a lot of GPIO manipulation. The board is also designed with a few external communications ports so that future ...


RTOS on ARM7

Started by bhimanipankaj in comp.arch.embedded18 years ago 4 replies

Dear Friends, I am very new to ARM family and right now working with lpc2214 and lpc2148 and EP9302 from cirrus logic. I can do basic...

Dear Friends, I am very new to ARM family and right now working with lpc2214 and lpc2148 and EP9302 from cirrus logic. I can do basic implementation and interfaces with them as I worked with 8051 long time. Now I want to do something with real time OS. I want to load Windows CE on ARM. I have never did this kind of work. So, can anybody tell me from where to start and from where I can get...


how to track thread termination?

Started by one....@gmail.com in comp.arch.embedded19 years ago 4 replies

Hi ALL I am using threadx. Is there any way i can wait on a thread. I need to know when a thread has completed its execution. This is...

Hi ALL I am using threadx. Is there any way i can wait on a thread. I need to know when a thread has completed its execution. This is possible in windows by using: WaitForSingleObject((HANDLE)event, timeout); Is there anything equivalent to that in threadx or any other rtos's. Threadx only has the following APIs defined for threads. Can we use these to do the same. UINT tx_threa...


Strange non-standard C syntax?

Started by John Speth in comp.arch.embedded12 years ago 7 replies

HI folks- I'm in the middle of porting a C source code package that has two non-standard C constructs. The first is: if ( isr_dsc-> id...

HI folks- I'm in the middle of porting a C source code package that has two non-standard C constructs. The first is: if ( isr_dsc-> id in[VALID_RANGE] ) { /* CONFIGURE INTERUPT */ rc = OAL_SUCCESS; } That comes from an interrupt handler install function. The second is: #define PSP_ [PROC] _[BOARD] _[RTOS] _[COMPILER] That comes from a library build configuration heade


DS-5 opinions/reviews

Started by Don Y in comp.arch.embedded9 years ago 22 replies

Hi, I'm debating purchasing a DS-5 license to do some bare metal RTOS development work. Anyone with first-hand experience with the product,...

Hi, I'm debating purchasing a DS-5 license to do some bare metal RTOS development work. Anyone with first-hand experience with the product, its quality/robustness and the quality/responsiveness of the ARM Ltd folks in resolving "issues"? [I'd much prefer using workarounds than having to debug frequent patch releases! "The bug you know is better than the one you haven't yet *found*!"] ...


Task, process, thread, etc.

Started by Don Y in comp.arch.embedded3 years ago 27 replies

I've been refactoring some of my RTOS documentation. Comments from the reviewers suggest there's still some confusion as to terms (despite the...

I've been refactoring some of my RTOS documentation. Comments from the reviewers suggest there's still some confusion as to terms (despite the fact that I explicitly define them! : < ) All seem to understand the notion of a "thread". And, to a lesser extent, an "application" (this one's a bit harder as there's often no clear-cut distinctions; do you tie it to a "pre-packaged set of algo


Microcontroller selection

Started by Ravishankar S in comp.arch.embedded17 years ago 26 replies

Hello group, Im looking for a controller which has the following I/O (and nothing else) USB 2.0 100Mpps Ethernet A lot of (40)...

Hello group, Im looking for a controller which has the following I/O (and nothing else) USB 2.0 100Mpps Ethernet A lot of (40) configurable GPIO pins A powerful processing core (> 40 Mhz) which can support RTOS/embedded Linux. 128K - 512K - 1 MB NOR Flash 16 K - 32- 64K RAM and no other I/O device (except possibly the venerable old RS-232 serial interface) Searching for oneis t


Looking for ARM system with RTOS

Started by Bruce Varley in comp.arch.embedded11 years ago 47 replies

I'm right at the end of my tether in trying to move some real time stuff (MIDI) to Linux. The ARM-9 platform I've chosen, while very nice in...

I'm right at the end of my tether in trying to move some real time stuff (MIDI) to Linux. The ARM-9 platform I've chosen, while very nice in other ways, uses a proprietary FPGA interface for all the port inputs, that makes it next to impossible to strip out the OS and replace it with something else, or to go right back to CPU-side code cutting (which is what I've always done in the past)...


TMS470

Started by m in comp.arch.embedded17 years ago 28 replies

We are looking at using the TMS470 chip on a new design. The problem seems to be that the tools are just too expensive. At the moment...

We are looking at using the TMS470 chip on a new design. The problem seems to be that the tools are just too expensive. At the moment the product's TAM makes it hard to justify this portion of the NRE's. The Keil toolset and RTOS will run over $10K last time we checked. Other solutions can get up as high as $60K!!! This isn't about getting something for free. I have no problem paying ...



The 2024 Embedded Online Conference