I am using esp32 wrover i module
I have declared global structure in my source code as given below
in header file :
typedef struct
{
uint16_t u16PhysicalDeviceId;
tsDeviceBasicInfo sDeviceBasicInfo;
} tsDeviceInfo;
in .c file globally declared :
static tsDeviceInfo sDeviceList[MAX_DEVICE_SUPPORTED];
when the data is filled in the structure variable, in which memory location it will be stored ?
How much memory is available in that segment
where global declared variable value is stored in esp32 wrover I module
-
- Posts: 44
- Joined: Fri May 13, 2022 12:36 pm
Who is online
Users browsing this forum: Google [Bot] and 88 guests