Forum Post: RE: MSP430FR5994: Limited program and RAM memory compared with...
While this part has 8K of RAM it is split in two with half (4K) being in LEARAM. RAM : ORIGIN = 0x1C00, LENGTH = 0x1000 /* END=0x2BFF, size 4096 */ LEARAM : ORIGIN = 0x2C00, LENGTH = 0x0EC8 /*...
View ArticleForum Post: RE: AM263P4: How can I put all my boot loader source code into...
The boot loader that I said is not TI SBL is the boot loader of mine. I needs to use my boot loader to erase my application. But when my boot loader is erasing my application, the Flash is busy and...
View ArticleForum Post: RE: AM2432: OSPI sequence read operation to increase throughput
Hi Tony, I understand that the customer saw this behaviour. Can you suggest the customer to go ahead and modify the OSPI_readIndirect API as follows. If customer is on latest SDK: int32_t...
View ArticleForum Post: RE: TMS320F28377S: C2000WARE / TMS320F28377S: Assistance Needed...
Hi Allison, I was able to resolve the issue thanks to your help. While debugging with the step over function, I found that the code execution was stuck at the following line in F2837xS_SysCtrl.c:...
View ArticleForum Post: RE: AM263P4: How To "Update The Calibration"?
Any ideas? I guess the question boils down to how to calculate where .cinit is located in the .appimage or .mcelf.
View ArticleForum Post: LAUNCHXL-F28379D: How to access CPU Status Register (ST0 and ST1)...
Part Number: LAUNCHXL-F28379D Tool/software: I was trying to modify INTM bit & it took me a while to find them as they are not included in Technical Reference Manual. Why are CPU Status Registers...
View ArticleForum Post: RE: AM2432: EtherCAT Slave connecting to KEYENCE KV7500 not...
Hi Rasty, [quote userid="359686"...
View ArticleForum Post: RE: AM2434: OSPI READ COMMAND first bit half-level question.
I am measuring the waveforms at the moment and will update in sometime. Thanks for the gentle reminder on this.
View ArticleForum Post: RE: AM2634: How to create an ADC interrupt in the cores 1, 2 and 3
Hi Luiz Apologies for the delayed response! I tried to emulate the adc_soc_epwm example on R5FSS0_1 and am able to get the interrupts working properly. Please refer the attached example, and let me...
View ArticleForum Post: RE: TMDS243EVM: Configure EtherCAT and standard ethernet based on...
Hi Hongkai, [quote userid="624520"...
View ArticleForum Post: RE: AM2432: EtherCAT Slave connecting to KEYENCE KV7500 not...
Hi Aaron, We check it now. Meanwhile another question. We tested behavior of registers R30/R31 of PRU with debugger. According to my understanding, R30 shall reflect state PRU local Inputs. Pin is...
View ArticleForum Post: RE: TMS320F280039C: Error connecting to target (Error -1135 @ 0x0)
Hey, thanks for the support. I figurted out that the device was locked and I was trying to program it without unlocking. Unlocking the device solved the issue for me, Thanks, Anuj.
View ArticleForum Post: TM4C1294NCPDT: TM4C1294NCPDT
Part Number: TM4C1294NCPDT Tool/software: Hi TI, All, I'm planning to use the TM4C1294 chip in my new design, but the following issues are really blocking me. unfortunately after 7 years, I still have...
View ArticleForum Post: RE: LAUNCHXL-F28379D: How to access CPU Status Register (ST0 and...
++ and also the bit field of Interrupt Enable Register (IER) ?
View ArticleForum Post: TMS320F28379D: Issue with ADC Sensing on TMS32028379D –...
Part Number: TMS320F28379D Tool/software: Hello, I am currently using the TMS32028379D for ADC sensing and encountering an issue. I am utilizing an ADC interrupt with a system clock frequency of 100...
View ArticleForum Post: RE: AM263P4: It seems that TI SBL is not started by RBL
Hi, Could you try one experiment on this new hardware? Put the device in OSPI boot mode and load the gel scripts on R5 and connect the core. This would print the boot mode which the device is in. I'm...
View ArticleForum Post: RE: AM263P4: epwm_dma_am263px-cc_r5fss0-0_nortos_ti-arm-clang
Hi 亨 平田 Please refer to EDMA_CHAIN_TRANSFER and ADC_SOC_CONTINUOUS_DMA to get a reference on doing continuous EDMA transfers! Regards, Akshit
View ArticleForum Post: RE: EK-TM4C123GXL: This project was created using a version of...
Hi, Please refer to this post for a similar question....
View ArticleForum Post: RE: AM2632: sync the duty cycles so that they change at the start...
Hi Chris Please refer the EPWM_SYNCHRONIZATION example available in MCU_PLUS_SDK. Regards, Akshit
View ArticleForum Post: AM2434: Simultaneous Use of PSRAM and Flash on TMDS243EVM Custom...
Part Number: AM2434 Other Parts Discussed in Thread: TMDS243EVM Tool/software: Hi, We are evaluating the TMDS243EVM custom board, which features both OSPI flash and PSRAM controlled by a high-speed...
View Article