Forum Post: RE: TMS320F280049-Q1: Input pulse width 5ns
Hi Burak, [quote userid="508489" url="~/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1074363/tms320f280049-q1-input-pulse-width-5ns"]1) Am I...
View ArticleForum Post: RE: Coverage deficiency
Hi, Thank you for the response. The below information that is present in _def.h – might be handy for you static __inline __uint32_t __f32_bits_as_u32(float x) { const union { float f; __uint32_t i; }...
View ArticleForum Post: RE: TMS320F28069: CCS 7.4 on ARM MAC
Alberto, I am going to loop in a colleague to go through some general debugging steps for that error. I think for now we try to debug as if it were running on native Windows. The reality is that...
View ArticleForum Post: RE: TMS570LC4357: Safety Analysis Reports and FMEDA spreadsheets
Hi Gianfranco, Those documentations are under NDA. Does your company have SafeTI NDA with TI?
View ArticleForum Post: RE: MSP430FR5739: Bare die bond pad information for our mounting...
Hello, We do not have this type of information publicly. Please contact your local TI Sales office for more information related to possible bare die acquisition.
View ArticleForum Post: RE: TMS570LC4357: Safety Analysis Reports and FMEDA spreadsheets
Hi Gianfranco, I noticed that you have NDA with TI. Please let me know your email address (company email), I will grant you the access to those docs. Thanks
View ArticleForum Post: RE: TM4C1290NCPDT: Using the 'Tiva TM4C1290NCPDT' in 'USB...
Hello Ralph, thank you for your fast reply. I couldn't find the fies 'usbhhost.c' and 'usbhhost.h'. But I think, that you meant the files 'usbhhub.c' and 'usbhhub.h'. So I checked out the software...
View ArticleForum Post: RE: TMS320F28379D: measuring Temperature using digital...
Hi, You can use a GPIO pin to connect to the digital temperature sensor and use some simple bit banging over the GPIO bus. In C2000ware, we do not have any example using one-wire communication. Best...
View ArticleForum Post: RE: LP-MSP430FR2476: TCAN4550 demo project
I am seeing TTL voltage levels for the SPI CS and SPI CLK. But I am not seeing TTL levels for the SPI MOSI. There is no receive interrupt from the TCAN EVM. Why might this be? I marked this thread...
View ArticleForum Post: TMS320F28379D: Update of register ETSEL on ePWM module
Part Number: TMS320F28379D Hello experts, in my application I have to run the time-base submodule in up-down-count mode. At the time points 1, 2, 1, 2, ... (see picture) the interrupt routine...
View ArticleForum Post: RE: LAUNCHXL-F28379D: Generate shift triangle phase in PWM module...
Hi Archie, Do you have an image or a sample output waveform of the desired result? This will help me analyze how to achieve this with our devices. Best Regards, Marlyn
View ArticleForum Post: RE: MSP430FG4618: Issues with crystal on XT2
Hi Dennis, what do you mean with "status"? I have some further informations about the MCLK and SMCLK. I found out that a filter was in the circuit. After desoldering this filter I got a nice square...
View ArticleForum Post: LAUNCHXL-F28069M: Ecap 3 capture doesn't work
Part Number: LAUNCHXL-F28069M Other Parts Discussed in Thread: TIDA-00643 Hello, I'm looking for into a esc with LAUNCHXL-F28069M + DRV830. I found a way to do it with the reference design TIDA-00643...
View ArticleForum Post: RE: TMS570LS3137: RTI doubt
Hi Leandro, You need to enable the interrupt for compare 1: rtiEnableNotification(rtiNOTIFICATION_COMPARE1); What is the unit of "1000"? It is ms or RTI clock cycle?
View ArticleForum Post: RE: TMS320F28055: Programming Issue
Hi Sudip, Glad the target configuration test connection now works! Here is a link that talks about what data verification errors are and possible causes/solutions:...
View ArticleForum Post: RE: AM2432: DDR4 Lowest Clock
Hi Mari, Based on the current AM2434 data sheet ( https://www.ti.com/lit/gpn/am2434) , section 7.10.5.2 DDRSS (DDR Sub-System), the slowest DDR_CKP/N clock frequency is 50 MHz in LPDDR4 mode clock and...
View ArticleForum Post: RE: TMS570LS0432: How to change project from one micro supported...
Hi Bala, Those two devices are not fully compatible. You can not port the LS3137 project directly to LS0432 device. 1. LS3137 supports floating-point, but LS0432 does not. 2. Different PLL and clock...
View ArticleForum Post: RE: MSP432P401R : Problem with SPI
Thank you for your answer. It is still not working...
View ArticleForum Post: RE: RM46L852: RM46L852 FREERTOS : CAN RX interrupt not generated
Hi Fabian, Did you enable the CPU IRQ interrupt? /* Enable IRQ and FIQ inside CPU */ _enable_interrupt_(); or /* Enable IRQ - Clear I flag in CPS register */ _enable_IRQ();
View ArticleForum Post: MSP430FR6047: About Volume Scale Factor
Part Number: MSP430FR6047 Hi fellows. I´m designing a water flow meter, but I´ve some troubles defining de VOLUME SCALE FACTOR (meter constant). How can I calculate it using my meter's dimensions? For...
View Article