Part Number: TM4C129CNCZAD Hello,
I would like to better understand the output drive capability of the _HIB pin associated with the Hibernation Module (TTL output). Per the datasheet, it does not appear that we can control the drive capability of this…
I am not using the Ethernet function. In fact, the TM4C129C doesn't even have Ethernet built in. Thanks for your quick response, I'm glad to hear that UART, CAN, and USB won't be affected.
Part Number: TM4C129CNCZAD Tool/software: TI C/C++ Compiler We recently tried updating our compiler on existing code and it began misreporting MISRA rule 12.7:
#define SWITCH_0_BIT 0x01U
#define SWITCH_1_BIT 0x02U
#define SWITCH_2_BIT 0x04U
#define…
Thank you for submitting a test case through other channels. I can reproduce the problem. I filed the entry CODEGEN-6655 in the SDOWP system to have this investigated. You are welcome to follow it with the SDOWP link below in my signature.
Thanks and…
In the 'empty.c' within the .rar file you posted earlier, I do not see any 'create' calls. I only see a Task_construct() call that is commented out:
Task_Params_init(&taskParams);
taskParams.arg0 = 500;
taskParams.stackSize = TASKSTACKSIZE;
taskParams…
Part Number: TM4C129CNCZAD Tool/software: TI C/C++ Compiler I have a class that looks like this:
template<typename T>
class ParameterCheck {
public:
ParameterCheck(volatile T* parameter_ptr, T init_value):
last_value_(init_value),
parameter_ptr_…
I filed CODEGEN-2215 in the SDOWP system to request that the compiler documentation be updated. You are welcome to follow it with the SDOWP link below in my signature.
Thanks and regards,
-George
Hello Jay,
Yes that is correct. However when you power up the device the existing code will execute and cause the Hibernate to be reconfigured. So first erase the code before you make any changes to the code.