Part Number: TM4C123AE6PM Tool/software: How Many CAN hardware filters we can set for CAN0 BASE and CAN1 BASE?
Using void CANMessageSet(uint32_t ui32Base, uint32_t ui32ObjID, tCANMsgObject *psMsgObject, tMsgObjType eMsgType)
As referred from the…
Part Number: TM4C123AE6PM This is issue E2E1591042, I inadvertently clicked the "This Solved My Issue" button and there's no way to undo that. Please go to that thread and read where I'm at, it also includes my schematic and software.
The issue is that…
Part Number: TM4C123AE6PM Other Parts Discussed in Thread: EK-TM4C123GXL , TM4C1290NCPDT I'm not getting any output nor a transmit complete interrupt when trying to send. When I first started the CAN bus H and L were low, not held at an idle state and…
Part Number: TM4C123AE6PM Greetings,
I have problem with malloc function in fimware. I need to use it to follow guidelines of API for some peripheral sensor but on call it throws FaultISR. I modified linker .lds file to expand heap but error persist…
Part Number: TM4C123AE6PM It's probably something simple but I can't fined it. I set up CAN-0 in loopback/test mode and send a message, it is successfully sent and received, however the pointer to the received data is 0 instead of the correct address…
Part Number: TM4C123AE6PM This is issue E2E1591042, I inadvertently clicked the "This Solved My Issue" button and there's no way to undo that. Please go to that thread and read where I'm at, it also includes my schematic and software.
The issue is that…
Part Number: TM4C123AE6PM Tool/software: Hi. I'm bringing up a new board and at power-on the CPU is trying to draw over 200mA. I am able to isolate the 3.3V going to the CPU and it definitely is the CPU. I've checked the pinouts and looked at all of the…
Part Number: TM4C123AE6PM Tool/software: After replacing the MPU's from a prior over-current, the system tick interrupt now works. Now I'm trying to get a UART interrupt to work. I set a breakpoint on the ISR and it never traps. Code:
void UartInterrupt…
Part Number: TM4C123AE6PM Tool/software: Here's my initialization code:
SysTickIntRegister(SysTickISR); SysTickPeriodSet(80000000/100); // Interrupt every 10ms. (convert nS to mS), keep (system running at 80MHz) SysTickIntEnable(); // in sync with TICK_TIME_MS…
Part Number: TM4C123AE6PM Other Parts Discussed in Thread: TM4C123GH6PM Tool/software: I initialize a PWM with a pulse width of 0; everything runs fine. Some time later I change the pulse width, the system continues for a while, then issues a hard fault;…