Forum Post: MCU-PLUS-SDK-AM263PX: SDL ECC for OCRAM is not working
Part Number: MCU-PLUS-SDK-AM263PX Tool/software: In the latest SDK mcu_plus_sdk_am263px_10_01_00_34 version, example code of ECC for OCRAM is not working. Application is stuck when i run code for the...
View ArticleForum Post: RE: AM263P4: Is it possible to monitor variables in cacheable...
Hi, [quote userid="599622"...
View ArticleForum Post: F29H850TU: c29objcopy - padding when producing binary (-O binary)
Part Number: F29H850TU Tool/software: Hello TI Experts, Could you please provide details about how padding is implemented in c29objcopy? From what I can gather, the binary image is sometimes padded...
View ArticleForum Post: RE: MSPM0L1228: enable VBAT but fail to boot up
Hi Frank, No. I connect VBAT pin with VBAT_SC pin for super capacity connection. Regards, Pengfei
View ArticleForum Post: RE: TMS320F280039: PMP41017 LLC_SEC2_PWM_BASE Question
Thank you Chen. Please let me know when the review is complete. Best Regards, Sangmo Kim.
View ArticleForum Post: RE: F29H850TU: How to nest the same interrupt (e.g., INT_TIMER0)...
Thank you very much, Aishwarya, for the detailed explanations!
View ArticleForum Post: RE: AM2432: How to enable debugger breakpoints on core-1
Hi Eli, It seems the code has changed for the core-1. Can you try once after recompiling the project once? Please check the build configuration as well before compiling. It should be debug for debug...
View ArticleForum Post: RE: RM48L952: Debugging Jtag issues in RM48L952
Hi Team, Any idea how to fix this issue? Best Regards, Madhurya
View ArticleForum Post: RE: TMS320F2812: I need Code Composer Studio 3.3 with...
F2812 is supported by CCS. What you are likely running into is that when you try to create a new project or browse for examples, you don't see anything for F2812. That is because it an older device...
View ArticleForum Post: LP-MSPM0G3519: MCLK clock configuration gives error
Part Number: LP-MSPM0G3519 Tool/software: Hello TI Team, I faced problem during MCU clock configuration. When I try to select clock source for MCLK as HSCLK, we can see in below image, and I flash...
View ArticleForum Post: RE: LP-MSPM0G3519: Compiler flags/options for MCAL...
Hi Pengfei, Thanks for the update. Please let me know further updates when you get it, as I need to align TI_CLANG compiler with our custom environment. Thanks again, BR, Rohidas
View ArticleForum Post: C2000WARE-MOTORCONTROL-SDK: Sensorless control of BLDC
Part Number: C2000WARE-MOTORCONTROL-SDK Tool/software: I want to implement sensorless control of BLDC. Do you have an evaluation module with software for this purpose? I have a 36V and 5A motor.
View ArticleForum Post: AM2431: NGPMC NAND interface
Part Number: AM2431 Tool/software: Looking to interface a GPMC NAND Flash for the AM243 based design. Could not find any reference design for the same. Please let know the options and give reference...
View ArticleForum Post: RE: F29H850TU: How to nest the same interrupt (e.g., INT_TIMER0)...
Just one clarification please: If I wanted to nest the same interrupt, could I lower the priority of the current active interrupt context, or do I need to increase the priority of the interrupt source?
View ArticleForum Post: RE: TMS320F28P550SJ: M0/M1 initialization fails after POR
There is another variable added in P55x in DXINITDONE when compared to 003x. This is for pievect ram initialization. In the _system_pre_init code in the while loop check for 0x13 instead of 0x3. Note...
View ArticleForum Post: MSP430F2619S-HT: USCI A0/B0 Interrupt conflict.
Part Number: MSP430F2619S-HT Tool/software: Hello, I am working on a project where USCI A0 is being used for an interrupt driven UART, and USCI B0 is being used for driving an I2C bus, currently we do...
View ArticleForum Post: RE: MSPM0G1507: SPI "FUPDATE" version of xxx register
Hey Sal, Thanks for the quick comments. Will ignore! Munan
View ArticleForum Post: RE: EVM430-FR6043: Regarding the issue of abnormal ultrasonic gas...
Sounds like there may be an issue with the transducer, do you have a different one that you could swap in to rule that out as a potential cause?
View ArticleForum Post: RE: AM2634: AM2634 Ethernet Individual MAC mode
Srinivas, Are you planning on using AM2634 as the EtherCAT master? Or as a subdevice? Regards, Brennan
View ArticleForum Post: RE: MSP430F2619S-HT: USCI A0/B0 Interrupt conflict.
Edited down source code: void InitisaliseUART ( void ) { UCA0CTL1 |= UCSWRST; UCA0CTL0 &= ~(UCPEN | UCPAR | UCMSB | UC7BIT |UCSPB | UCMODE_3 | UCSYNC); P3SEL |= (TXD_PIN + RXD_PIN); P1OUT &=...
View Article