Hi everyone , this MX RT1170 (CM7)
LPUART_Init(...)
LPUART_TransferCreateHandle(...)
LPUART_TransferSendNonBlocking(...) in LPUART_TransferSendNonBlocking fuction
if we passes "Lpuart interrupt example\r\nBoard receives 8 characters then sends them out\r\nNow please input:\r\n"; this string we get in console but if we change this string in we get stuck in memmanage handler so we didn't get why is it so ? how we resolved that