HardFault in NetxDuo crypto_libraries in External Memory
Hey all,
For reference I am enabling the https server using NetxDuo Stack for firmware update in my device.
Initially we were using Internal Flash but now we are interested in External Flash particularly SDRAM. I was able to boot the application code from SDRAM, however i am facing a problem, whenever i call a rest API like GET request a hardfault occurs where the stack traces shows it is originated over _nx_crypto_sha256_update() function in the nx_crypto_sha2.c file over the use the memcpy(). The strange thing is everything works with no hardfault when application work in Internal Flash.
Furthermore, I am able to run RTOS on SDRAM and i can ping my IP on ethernet as well.
Kindly someone help me out for this, i will be grateful.
Also if i should report this behavior somewhere else?
Thanks
