Tool/software: Code Composer Studio
we are using the below EVM board for our project,
Tool/software: Code Composer Studio
PDK:- pdk_k2g_1_0_14)
in our project we are trying to access eeprom memory before the bios start i.e we are calling the function before the bios start() in this case it is not working the code hangs while accessing the memory.
but in the same case when i call the same function in a task it works i can able to access the eeprom memory.
our question is, why we can't able to access the memory without using the task? is there any internal locking mechanism using in the i2c driver?
could you please give explanation?
thanks & Regards,
selvamuthukumaran. G