Forum Post: RE: CCS/TMS320F28379D: ADC sample per seconde problem
Hi Jeremy, Good to hear you found the root of your initial issue. As for your other questions: 1) SOCs will only convert when they are explicitly triggered. If you don't configure the SOC to be...
View ArticleForum Post: RE: TM4C1294NCPDT: Hardware solution to prevent accidental...
This doesn't prevent the user from downloading an arbitrary binary though which seems to have been the original problem. To do that you are going to need a bootloader Robert
View ArticleForum Post: RE: CCS/TM4C1294NCPDT: Event handle not recognized in program
I took one of the kernel example in TI-RTOS (Mutex) and added an Event instance in the .cfg: var Event = xdc.useModule('ti. sysbios .knl.Event'); var event0Params = new Event.Params();...
View ArticleForum Post: RE: TM4C1294NCPDT: Hardware solution to prevent accidental...
Or - more directly - the example appears @ cb1 post 14:22 CST. (4 minutes prior to your posting). Added (by cb1) were "instructions" too (such as "No debounce") should a simple switch be employed to...
View ArticleForum Post: RE: TMS320F28377S: TMS320F28377S - ADC questions
Hi LLouis, The preferred way to do this is to split the 16-bit and 12-bit conversions into two sets and convert them sequentially. i.e. all 12-bit conversions are distributed among the 4 ADCs and...
View ArticleForum Post: RE: CCS/TMDXRM46HDK: RM46 HDK has signal spikes when code has...
The screen shot was of a tool that was seeing the ADC values (each trace being a Channel Point as returned by adcGetData function call. There is no document for the errata link you pasted. I will look...
View ArticleForum Post: RE: TMDXIDDK377D: IDDK_PM_Servo_F2837x motor control isr timing
Your observation is right, the interrupt should be based on CTRD_CMPA instead, try changing and see? Immediate update challenge is that if the carrier has already gone past the value written in compare...
View ArticleForum Post: RE: CCS/TMS320F28379S: C2000 Resolver Interface Software Library...
What is the CPU clock frequency? We did not run into this issue?
View ArticleForum Post: RE: TM4C129ENCPDT: No communication with NTP server...
Hello David, The application is working as expected. From past experience, "Active" status should be "On" for the device on the "Home" screen. I will check with Exosite to see why the "Active" status...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28379D: standalone mode
Hi Amin, To run standalone, you need to load the code into flash and set the BOOTMODE pin setting as BOOT to flash. You can find FLASH configuration in controlSUITE examples. Regards, Vivek Singh
View ArticleForum Post: TM4C123BH6ZRB: Timeout value to get the Type-1 Response Received
Part Number: TM4C123BH6ZRB Hi Champs In the spma074.pdf, it has a timeout counter list in the Figure 12-15. Could you please share me the typical value for the timeout value? Regards Yihe
View ArticleForum Post: RE: TM4C123BH6ZRB: the lowest supply voltage can go before bring...
If you are this concerned add a proper supervisor IC, That's what they're for and I would consider them required in any case, regardless of what TI says. Robert
View ArticleForum Post: RE: CCS/TMDXRM46HDK: RM46 HDK has signal spikes when code has...
I have tried removing ADC2 which eliminates errata ADC#1 as the culprit. Let me know if you think my assertion is correct on that.
View ArticleForum Post: RE: TM4C USB Device - Read and Write data to host
Hello Zoltan, USBBufferDataWritten requires the second parameter to be the number of bytes sent. For your code, you have this listed: USBBufferDataWritten(&g_sTxBuffer,...
View ArticleForum Post: RE: TM4C129ENCPDT: No communication with NTP server...
Hi Sai, Thank you for your answer, I have sent my IoT Gateway project files (.Zip) to Charles Tsai early this morning. Can you please check them out using CCS if it is possible. I am trying to run this...
View ArticleForum Post: RE: LAUNCHXL-F28379D: TIDM-DELFINO-ETHERCAT configuration,...
We have provided demo files (OUT Files or binary) that user can program onto the kit and evaluate an EtherCAT slave node on the kit. To get kit recognized from master and to program the EEPROM, the...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28379D: standalone mode
Hi Vivek, Which example in the controlSUITE ? "load the code into flash": (Build Configurations -> Set Active -> Select FLASH_FASTRTS(…) ),Is this the right way? "BOOTMODE pin setting as BOOT to...
View ArticleForum Post: RE: CCS/MSP430F5529: Trouble with Making a USB HID Composite Device
Hello John, You may find the following resources helpful for your development. Regards, James MSP Customer Applications
View ArticleForum Post: RE: CCS/TM4C1294NCPDT: Event handle not recognized in program
Yes, yes, yes. Looking at previous programs that didn't have the problem in fact that #include was present. I added it to my new program and sure enough, it worked. I had contemplated adding all the...
View Article