Forum : ARM
Original Post
Post Information | Post |
---|---|
May 2, 2007 - 4:41pm
|
Hi all. Im proving the CAN example from STR9 libraries that i could find in my RIDE BN746 P1-P2. The example sends two CAN frames in loopback + silent mode and turns on some LEDs if it receives the same frames. The point is that it works when i debug it with my REva card and my STR912F but it doesnt work on the simulator (it doesnt go out from the polling of the first frame). Is this something about loopback mode on the simulator? isnt it working fine? does anybody have the same problem? Greetings to all. Jorge. |
Hi,
The CAN peripheral is not simulated at all.
The software simulator just offers if the view of the registers.
This is the case for most peripherals, for the ARM devices.
But since you have a REva board, you don't really need to use the software simulator, do you?
Best Regards,
Vincent
Hi again.
You are right (as usual :P).
Thanks a lot.
Jorgem