Is it possible to simulate external memory with a DBW of 16-bit? My external memory is setup so that 2 chips with 8-bit memory are sharing the same memory location. I would like to be able to simulate this with the uVision debugger. I enabled the memory region for the debugger with the statement
MAP 0x10000000,0x1000FFFF READ WRITE // allow R/W access to external
Which device are you simulating? Reinhard
data bus width has no impact to 'float' size. Maybe you can be a little more precise in describing your problem. Reinhard
Just one more side note. The Keil uVision Simulator fully simulates all the external bus timings like bus width and wait states. Reinhard
View all questions in Keil forum