Questions tagged [emulation]

13 questions
6
votes
2 answers

Fake a panasonic battery to revive camera to copy photos from internal memory

Got this camera from a friend, battery door broken, no cables, no battery. There are some important photo's on this camera that I want to copy from internal memory to SD card. We first want to try this because USB requires an special USB cable we…
Codebeat
  • 1,317
  • 1
  • 11
  • 35
2
votes
1 answer

What was the first ICE in-circuit emulator?

The Wikipedia article on in-circuit emulators has no history section. I didn't have much luck with Google searches either. I'm wondering how far they date back. When was the first in-circuit emulator produced? Here's a photo of what I gather is an…
hippietrail
  • 133
  • 5
2
votes
3 answers

Emulator vs. simulator in the context of EE

What is difference between a simulator and emulator? I have tried to google but I see there responses on SO that are much close to CS. How can I understand the difference between a simulator and emulator in the context of EE? Does it means that an…
LECS
  • 1,173
  • 11
  • 30
2
votes
2 answers

PIC24 DATA EEPROM Emulation __builtin_tblpage error

I am using PIC24fj256ga702 controller in my project. I wanted to store some bytes data in a non-volatile memory in case if there is a power loss. so i wrote some functions following http://microchipdeveloper.com/16bit:flash-write #define pagelength…
aamir
  • 23
  • 3
1
vote
0 answers

Emulation of a custom system based around an SAMD51

I am designing a system based around the samd51 chip. It will have an SPI screen and the buttons will be read through a shift register. Also, there will be an SD card for IO. I need a way to emulate this so I can develop a custom OS. But I can't…
1
vote
1 answer

Emulate impedance response using RLC components

I need to emulate measured impedance response of some blackbox using only RLC components. Measurements: [Hz] [Ohms] -------------- 20 14.5 40 15 70 15.5 100 15.75 200 16 300 16 400 16.75 500 17 700 18.5 1000…
1
vote
1 answer

Writing a (signal level) micro-controller simulator

Last year, I created a circuit simulator in C# based on Quics. I split the project into front-end (written in C# WPF) visual editor to create and edit the circuit elements, and back-end (written in C++) to do the matrix computations of the Modified…
0
votes
1 answer

MC6820 PIA operation on the Apple 1

I'm writing an emulator for the MOS 6502 processor. In order to test it, I decided to run the ROM from the Apple 1. The Apple 1 uses a Motorola MC6820 PIA (Peripheral Interface Adapter) for communication between the CPU and the keyboard/display. I'm…
Macmade
  • 281
  • 6
  • 16
0
votes
1 answer

On Chip Peripheral Emulation - How to accomplish communication with an emulated peripheral that relies on bidirectional signals in between?

I recently asked some questions for an application in hope to gain more clarity on how to accomplish an emulation of an input device peripheral (in my case an input mouse) in simulation. Following several attempts of debugging and simulation I…
Vahe
  • 171
  • 1
  • 11
0
votes
2 answers

LM139 equivalent circuit

Follow up to the follow-up question. I am close to my goal to be able to restore the sound circuitry of the arcade game in question. One of my plans was to emulate the comparator circuitry with transistors hoping to get a functional comparator. I am…
Paperino
  • 205
  • 1
  • 7
0
votes
2 answers

Battery emulator based on an array of buck converters for BMS testing

Problem: How to quickly and cheaply test if a given BMS (Brand: Daly / Tiny BMS / etc) or battery-powered system behaves as intended for various cell voltage combinations without waiting for actual cells to (dis)charge. For example, if one cell…
0
votes
1 answer

PN53x with emulate nfc

I saw that many of nfc reader/emulate based on PN53x chipset of NXP. But the disadvantage of this chipset is , you can't emulate ISO14443-B why is PN53x chipset can't do it? what is so special on this iso? i looking for another nfc reader that can…
-1
votes
2 answers

Simulation pass but Emulation fails

I have learnt that sometimes fpga code may work correctly in simulation, but will fail when emulate. But I couldn't find any example scenario where simulation pass but emulation fails. Anybody who knows that kind of scenarios, please help.. Thank…
Ramesh-X
  • 107
  • 3