Part Number: CC2642R
Hi, I was using aesKeyAgreement example code for testing the ECDSA_verify operation. By default blocking mode, this function call took about 230ms ticks to finish, which is not acceptable for our ECU product (max 50ms response time). However, when I changed the mode to callback, the system crashed and didn't invoke my callback function. Is there any configuration needs to be added? My modified example code is attached, with macro TEST_USE_CALLBACK to switch between blocking/callback mode. I'm using TI SDK 4.4 example "C:\ti\simplelink_cc13x2_26x2_sdk_4_40_00_44\examples\rtos\CC26X2R1_LAUNCHXL\drivers\aesKeyAgreement" and run it on launchpad.