• von-neumann mapped ram
    hi,, how do i check whether my ram is neumann memory ?? write a program which writes to program memory and check ?? does whis program solve this question ..? if not tell me a way to...
  • differential firmware upgrade OTA?
    Due to RF over the air lost, need re-transmission whole image again when do firmware upgrade. Is there any possible that we can block some code in fixed flash section and just upgrade this section...
  • best method to differentiate usb
    Hi all, Which is the best method to differentiate mass storage device like USB. Is there any other method other than using VendorId and ProductId of Usb?
  • Problems with von neumann
    Hi, I've build a small board with a Siemens 80c535, an EPROM and a RAM-module. I want my EPROM from 0x0000 -> 0x7FFF and my RAM from 0x8000 -> 0xFFFF. I use A15 as chipselect, with an inverter to...
  • Switching between code programs
    I have two different code programs: Program "B" which is located at 1000h and Program "A" located at 0h (it ends before 1000h) and it's working properly. How can I start executing program "B" from Program...