Re: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread Oleg Evseev
s question (of course it may not be related to my issue). >> >> >> вт, 4 авг. 2020 г. в 22:49, David Sidrane : >> >>> Both are not used in the source. I would assume it is a legacy C&P from >>> the F4, that should be removed. >>> >>&g

Re: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread Oleg Evseev
> > I deleted them and it px4_fmuv5 still builds. I will clean that up when I > get past the upgrade. > > > > David > > > > > > *From:* Oleg Evseev [mailto:ev.m...@gmail.com] > *Sent:* Tuesday, August 04, 2020 1:04 PM > *To:* dev@nuttx.apache.org > *Su

Re: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread Gustavo Henrique Nihei
.m...@gmail.com] >> *Sent:* Tuesday, August 04, 2020 12:45 PM >> *To:* dev@nuttx.apache.org >> *Subject:* Re: stm32f7 CONFIG_RAM understanding >> >> >> >> No, internal memory. >> >> >> >> For all boards >> >> stm32f769i-disco\

RE: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread David Sidrane
[mailto:ev.m...@gmail.com] *Sent:* Tuesday, August 04, 2020 1:04 PM *To:* dev@nuttx.apache.org *Subject:* Re: stm32f7 CONFIG_RAM understanding Hi David, As I see they are used to define: CONFIG_RAM_END (CONFIG_RAM_START+CONFIG_RAM_SIZE) which in turn is used in heap allocation

Re: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread Oleg Evseev
mail.com] > *Sent:* Tuesday, August 04, 2020 12:45 PM > *To:* dev@nuttx.apache.org > *Subject:* Re: stm32f7 CONFIG_RAM understanding > > > > No, internal memory. > > > > For all boards > > stm32f769i-disco\ > stm32f746-ws\ > stm32f746g-disco\ > nucleo-

RE: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread David Sidrane
Both are not used in the source. I would assume it is a legacy C&P from the F4, that should be removed. *From:* Oleg Evseev [mailto:ev.m...@gmail.com] *Sent:* Tuesday, August 04, 2020 12:45 PM *To:* dev@nuttx.apache.org *Subject:* Re: stm32f7 CONFIG_RAM understanding No, internal me

Re: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread Oleg Evseev
No, internal memory. For all boards stm32f769i-disco\ stm32f746-ws\ stm32f746g-disco\ nucleo-144\ but just found that except stm32f769i-disco, it understandably defines params for SRAM1 368Kb according to MCU memory map CONFIG_RAM_SIZE=376832 CONFIG_RAM_START=0x2002 вт, 4 авг. 2020 г. в 22:2

Re: stm32f7 CONFIG_RAM understanding

2020-08-04 Thread Gregory Nutt
External SRAM? On 8/4/2020 1:08 PM, Oleg Evseev wrote: Hi, I wonder why stm32f7 boards has such RAM parameters in defconfigs: CONFIG_RAM_SIZE=245760 CONFIG_RAM_START=0x2001 Where do these numbers come from while memory map is this? изображение.png --- With regards, Oleg