Part Number:PROCESSOR-SDK-AM335X
Tool/software:TI-RTOS
Hi,
I've run into a problem. When I'm trying to add a basic neon assembler function from ne10 project my program crash in a weird spot. It completes the ne10 function fine and after it works for only for a couple cycles and then pauses. When I comment out the ne10 add function everything works fine. The function doesn't produce the crash just after running couple line of codes it magically stops. I'm not sure why. Maybe I have to initialize somehow the neon or do something like that. I have to HWI and all the do is printf buffer 0/1 nothing special. It's really weird if the program would crash right after my ne10 function everything would suggest the assembler function cause the problem now I'm not sure what is the problem. Can anybody help?