Hi all
i have written a ral code consists of only memory
basically i created a memory of address size of 32 bit and data of 32’bit (4 bytes of data) when i am writing a data to 'h2 using .write method the adapter is getting a value 'h2*4 address
if i make no_of bytes in create_map as 'h1 the driving address is passing with out multiplication
i needed a code modification where address is taken without multiplication but no_of_bytes of data stored should be 32(4 bytes)
memory block code in picture