qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/7] hw/nvram/nrf51_nvm: Add nRF51 non-volatile


From: Steffen Görtz
Subject: Re: [Qemu-devel] [PATCH 2/7] hw/nvram/nrf51_nvm: Add nRF51 non-volatile memories
Date: Tue, 21 Aug 2018 10:31:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.0

Hi Peter,

>> +
>> +static Property nrf51_nvm_properties[] = {
>> +    DEFINE_PROP_UINT16("page_size", Nrf51NVMState, page_size, 0x400),
> 
> Do the different NRF51 variants really have different NAND page sizes ?
> 

it seems that is not the case at least for the NRF51 Series. I removed the 
property in favor for a nrf51.h-wide constant. I think this is NOR flash btw, 
because it is single-byte writable, which is usually a sign that it is NOR 
flash. But i could be wrong and the datasheet does not state anything.
Thank you for your remarks!

Steffen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]