EmbeddedRelated.com
The 2024 Embedded Online Conference

What does backspace mean in UART?

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

Hi, I am doing the simulation for a system-on-chip project, the processor is PowerPC and in my code I have something like this, int main...

Hi, I am doing the simulation for a system-on-chip project, the processor is PowerPC and in my code I have something like this, int main (void) { print("Hello \r\n"); print("ByeBye --\r\n"); return 0; } But in the simulator I can only see the "\r\n" after "Hello", I can not see it after "ByeBye --". Instead I see all are 0x8, which is BackSpace. I just wonder ...


Simulator/debugger for 80C320

Started by rowan.bradley in comp.arch.embedded14 years ago 3 replies

For the record, the application I'm trying to debug is written in assembler, so compiler compatibility is one problem I don't have to worry about....

For the record, the application I'm trying to debug is written in assembler, so compiler compatibility is one problem I don't have to worry about. Of course it would be nice if the debugger could display my assembler source with all its labels and symbols, instead of hex addresses... Rowan --------------------------------------- Posted through http://www.EmbeddedRelated.com


HD44780 LCD operation

Started by ssylee in comp.arch.embedded16 years ago 18 replies

I'm not sure if this is an appropriate newsgroup to ask the question. I'm having problems with my LCD (both in real life and simulator) on...

I'm not sure if this is an appropriate newsgroup to ask the question. I'm having problems with my LCD (both in real life and simulator) on a PIC18F system not showing anything, after ensuring that the hardware is connected properly. I'm beginning to suspect that either my sequence of operations on the LCD during the initialization before writing anything isn't done properly, or the timing of ...


Beginner Q: Starting out in embedded systems dev

Started by john...@fastmail.com.au in comp.arch.embedded20 years ago 32 replies

I'd like to learn about embedded systems development, but since books are too expensive right now and there's no decent library for 300 miles...

I'd like to learn about embedded systems development, but since books are too expensive right now and there's no decent library for 300 miles near me, I think that perhaps writing code and running it on a simulator would be a good idea to get started. Perhaps after a while I can find some secondhand hardware on eBay or something and do the real thing. Are there any significant drawbacks to u...


DMA On LPC2468

Started by SwapnaliKambli in comp.arch.embedded15 years ago 1 reply

Hi, I am trying to configure DMA controller on LPC2468 .I got the sample code on NXP website. It is transfering data from memory to memory...

Hi, I am trying to configure DMA controller on LPC2468 .I got the sample code on NXP website. It is transfering data from memory to memory .This memory is internal USB SRAM. But not work on simulator of keil software Evaluation Version 3.23. Any one can help me in this regards. Swapnali


problem w using Compiler for MPLAB

Started by mahe in comp.arch.embedded18 years ago 1 reply

Hi I have installed successfully MPLAB 7.11 and Hitech C Compiler v8.53 but the problem is that i able to build through MPLAB but could...

Hi I have installed successfully MPLAB 7.11 and Hitech C Compiler v8.53 but the problem is that i able to build through MPLAB but could not able to run or simulate code in MPLAB simulator can any one please give me suggestion what to do .I am struck up here and struggling a lot. from MK


STACK IMPLEMENTATION

Started by dk in comp.arch.embedded17 years ago 6 replies

Hi, I am trying to understand if i implement something like this in my micro what would happen. My understanding is that i will lose the...

Hi, I am trying to understand if i implement something like this in my micro what would happen. My understanding is that i will lose the the value of 'A' (As i dont have any SIMULATOR available now i did not try this) CALL PUSH_A . . . CALL POP_A PUSH_A : PUSH A RET POP_A: POP A RET Thanks, -Dk


Simulatring I2C communications in AVRStudio?

Started by Anonymous in comp.arch.embedded18 years ago 1 reply

Hello, I'm trying to test my I2C code in the AVR simulator in AVRStudio. Is it possible to simulate an entire I2C communications session...

Hello, I'm trying to test my I2C code in the AVR simulator in AVRStudio. Is it possible to simulate an entire I2C communications session without having to resort to setting bits in the processor registers? Any tips? TIA -=- This message was sent via two or more anonymous remailing services.


Renesas HEW

Started by Zaf in comp.arch.embedded18 years ago 25 replies

Has anybody used the HEW (High performance embedded workshop) from Renesas? I have been testing it for about two weeks (using M16 simulator)...

Has anybody used the HEW (High performance embedded workshop) from Renesas? I have been testing it for about two weeks (using M16 simulator) and very unhappy abaout it. It has more bugs then benefits. Crashes all over the place.Trying to write debugger scripts is horrendous, basically piece of shit. That's probably why Mitsubishi doesn't give any tech support. Overall if you are planning to...


Any low cost / free ARM simulators?

Started by Richard F. Man in comp.arch.embedded20 years ago 9 replies

As we mentioned previously, we are working on a version of our C compiler for the ARM chips, initially for the ARM7 microcontrollers (more...

As we mentioned previously, we are working on a version of our C compiler for the ARM chips, initially for the ARM7 microcontrollers (more devices supported later). Anyway, our assembler / linker and even the code generator are progressing well, and we are at the stage where we can use a good simulator or debugger to start debugging our tools. Currently, we are using evaluation version ...


sample projects for 8051 microcontroller

Started by Roman Mashak in comp.arch.embedded20 years ago 4 replies

Hello, All! I'm studying 8051 microcontroller now. Please recommend some resources with sample projects, which I could implement with Keil...

Hello, All! I'm studying 8051 microcontroller now. Please recommend some resources with sample projects, which I could implement with Keil compiler and simulator, cause currently I don't have real hardware. Thanks in advance! With best regards, Roman Mashak. E-mail: mrv@tusur.ru


ZigBee stack under Linux

Started by Heruan in comp.arch.embedded16 years ago 2 replies

I wish to compile ZigBee applications to run on an Intel 8051 board from Texas Instruments. I'm searching a free alternative to IAR IDE, so...

I wish to compile ZigBee applications to run on an Intel 8051 board from Texas Instruments. I'm searching a free alternative to IAR IDE, so I downloaded `sdcc' and its simulator `s51'. Now, where could I find the ZigBee stack libraries for Linux? Thanks in advance!


where did the key value stored???

Started by Anonymous in comp.arch.embedded18 years ago 1 reply

hi friends............... i face lot of problems with my project...... actually nowdays i m working on the project...

hi friends............... i face lot of problems with my project...... actually nowdays i m working on the project "application development on casio pv s1600 unit". in which i have to use the thier sdk and hitachi's c compiler as a supporter... they provide a sample simulator of pv unit. so there is one small application which i made 'the keyboard with the input' when...


µC/OS-II RTOS on Windows

Started by Anonymous in comp.arch.embedded18 years ago 1 reply

Hi, I would like to know if there is some method to have my =B5C/OS-II RTOS on Windows. Kindly tell me some tricks/ links. Is there any...

Hi, I would like to know if there is some method to have my =B5C/OS-II RTOS on Windows. Kindly tell me some tricks/ links. Is there any Simulator for =B5C/OS-II RTOS on Windows ? Thx in advance,=20 karthik bala guru


J-Link Errors

Started by Rudy in comp.arch.embedded16 years ago 2 replies

Hello all. I am running IAR embedded workbench software debugger through a J-Link connector to a TI TMS470. I am getting an error, "Failed to...

Hello all. I am running IAR embedded workbench software debugger through a J-Link connector to a TI TMS470. I am getting an error, "Failed to read current instruction" in a J-Link pop-up window when I try stepping through the code. After this, it will not let me continue through the rest of the code. I tried debugging in Simulator mode and I do not get this error. Has anybody ever encoun...


ewarm 5.41 view stack problem

Started by brOS in comp.arch.embedded13 years ago 5 replies

Dear all, I have a problem with my EWARM 5.41..... When I'm using simulator for debugging my project I cannot view stack. I have enabled plugin...

Dear all, I have a problem with my EWARM 5.41..... When I'm using simulator for debugging my project I cannot view stack. I have enabled plugin which provides viewing stack but it still doesn't work. Please help! --------------------------------------- Posted through http://www.EmbeddedRelated.com


90c51 download problem

Started by jjlodha in comp.arch.embedded16 years ago 2 replies

Hi, > > I am having P89C51RD2xx controller and I am using KEIL simulator to > > create HEX file. I'm using Flash Magic to download it. I...

Hi, > > I am having P89C51RD2xx controller and I am using KEIL simulator to > > create HEX file. I'm using Flash Magic to download it. I designed a ckt on bread board using MAX232 and using serial connections pin 2,3 & 5 to communicate with my hardware but this is not responding, is it the case that we can not use the controller on bread board? or something else?


MPLAB IDE v7.10 [Logic Analyzer]

Started by Thomas Magma in comp.arch.embedded19 years ago 1 reply

Wow!! What a difference from the old Microchip simulator. The speed improvement is night and day, and the new logic analyzer is very...

Wow!! What a difference from the old Microchip simulator. The speed improvement is night and day, and the new logic analyzer is very handy. I'm having a few problems with the Logic Analyzer settings though. The triggering doesn't really make sense to me and it won't let me enter anything into the Trigger PC test box. Also it only has one selection for the Time Base but the documentation say...


evaluation of boot execution time

Started by alb in comp.arch.embedded9 years ago 11 replies

Hi everyone, I'm trying to understand how much time it takes for my system to boot and I define 'booting' as the process from 'cpu reset' to...

Hi everyone, I'm trying to understand how much time it takes for my system to boot and I define 'booting' as the process from 'cpu reset' to begin of execution of my 'main' program (if a better definition for this phase exists I'd be happy if somebody can point it out to me). I'm simulating my embedded processor on an RTL simulator and I report a note when the instruction memory port...


Simulator for embedded systems

Started by pozz in comp.arch.embedded3 years ago 5 replies

Usually I can build my projects for embedded platforms for target board and for mingw compiler under Windows. Of course I simulate hw...

Usually I can build my projects for embedded platforms for target board and for mingw compiler under Windows. Of course I simulate hw peripherals (UART, LEDs, and so on) in some way. I usually have a debug console where I can type some commands to simulate something. For example, if I have analog inputs, I can type the command an1 300 to simulate the ADC result (300pt) for analo...



The 2024 Embedded Online Conference