Hi Kevin,
Kevin Chen said: IpcNotify_getReadMailbox(pInterruptConfig->coreIdList[core], &mailboxBaseAddr, &hwFifoId, &userId);
Do you know after which statement in the above API the code goes to exception?
As the fault address reported shows the…
Part Number: EK-TM4C129EXL Other Parts Discussed in Thread: EK-TM4C1294XL Tool/software: Hi, Community
I imported the LWIP https server example, its working fine, so my application i want use UDP protocol.
Problem: I did ping continiously from…
Part Number: MCF8329EVM Other Parts Discussed in Thread: MCF8316A , , MCF8329A I'm trying to run MPET in the motor studio application, but I keep getting CONTROLLER_Fault and MPET_BEMF_FAULT with fault values, is there any way to solve it?
Gaurav Bhirud said: Let me know if it is possible to sample 4 ADC channel at 1 MHz of frequency and send its data over ethernet. I want to post process the data at server side. So my main aim is not to miss any digital data.
If ADCCLK is 16Mhz then…
Part Number: PROCESSOR-SDK-AM64X Other Parts Discussed in Thread: TMDS64EVM Tool/software: Hi TI Team,
we have encountered a problem with 11.00.00.08 Industrial Communication SDK on our board ( TMDS64EVM) regarding the registering of TI/TO ISRs with…
Part Number: MSPM0G3519 Other Parts Discussed in Thread: UNIFLASH Tool/software: Hi Support,
The strange behavior that we are experiencing on our new hardware is with the interrupt controller not generating any interrupts. By this I mean we never get…
I have updated the .cmd file based on the ns_coap_oad_offchip_LP_CC1312R7_tirtos7_ticlang example.
#define BOOTLOADER
//which sector will we use
//size of the programs
#ifdef BOOTLOADER
#define PROGRAM_SIZE 0x40000
#define MCUBOOT_HEAD_SIZE…
Part Number: MCF8329A Other Parts Discussed in Thread: MCF8329EVM , MCF8316A I'm testing the MCF8329EVM in an application with pretty high load that engages quickly and often getting LOCK_ILIMIT faults. My motor is rated for peak currents of 78A, my BASE_CURRENT…
Hi Delaney, I solved problem. It's my fault, I modified the outer element of the array in the ISR that has the same address as the state machine function pointer in the main loop. Thanks for your helps.