Forum Post: RE: TMS320F28335: TMS320F28335:Level3 PI module is faulty
Please refer to the module code directly in the example project. The name could be different in the documentation and project.
View ArticleForum Post: RE: TMS320F2800156-Q1: mcu not run
Seems like you changed the example lab, and added some of variable with initialization value in this RAM section.
View ArticleForum Post: RE: TMS320F28388D: Flash Based CAN Bootloader
Attila, There are no MCAN software drivers present on the device, so DCAN must be used. Regards, Alex
View ArticleForum Post: RE: AM2431: Trying to output MCU_HFOSC0_CLK on MCU_SPI0_CS1
Thanks, I think this is what I was looking for. It would be nice if examples like this were in the TRM
View ArticleForum Post: RE: TMS320F280049C: DSP280049 Live DFU TI example query
In the 2 Flash bank case e.g. F28004x, the Flash kernel (including Live DFU) as well as the Flash APIs can run from Flash. They don't need to run from RAM. The source file showing Live DFU running...
View ArticleForum Post: RE: TMS320F28379D: Workaround for pulse skipping in a phase shift...
Hello, I am using Simulink coder however I was able to insert a C function into the main loop to allow the code to execute every cycle. The GPIO are just for diagnostics. I don't think that I have set...
View ArticleForum Post: RE: TMS320F28379D: Workaround for pulse skipping in a phase shift...
I forgot to mention that I ran the following on system initialization: EPwm5Regs.AQTSRCSEL.bit.T1SEL=7; (SYNCI trigger for T1)
View ArticleForum Post: RE: LAUNCHXL-F28379D: Unable to print the error message of...
For the source file being compiled when the error diagnostic is emitted, please follow the directions in the article How to Submit a Compiler Test Case . Thanks and regards, -George
View ArticleForum Post: RE: TMS320F28388D: TMS320f28388D
Hi Prarthan, I have one observation, when I moved the function "setupESCGPIOs" from Flash to Ram in run time, i am not seeing the issue. i knew that this will increase the execution speed, but does it...
View ArticleForum Post: RE: TMS320F280039C: No watchdog reset if no delay applied between...
Hi Nicolas, The issue is related to the registers having limitation where there is clock domain crossing from SYSCLK to INTOSC1. Optimization will affect how register writes are placed, hence you see...
View ArticleForum Post: RE: TMS320F28377D: how to document of flash api and usage of...
Hello, There are a few resources I can help point you to: The F2837xD Flash API Guide can be found here: https://www.ti.com/lit/ug/spnu629a/spnu629a.pdf . Information on the codestartbranch: A related...
View ArticleForum Post: RE: TMS320F28335: Please Clarify How Multiple HWIs Behave :...
1. For COFF it looks like this: startAddress = (uint32_t)_symval(&_stack); endAddress = (uint32_t)_symval(&_STACK_END); For EABI it looks like this: startAddress =...
View ArticleForum Post: RE: TMS320F28P550SJ: Issue with EPWM and ADC Output on...
Hi Munzir, Did you check if the selected pins are present on the 64 Pin package as well ? You can also run the same 64 pin code on launchpad and see if that works fine, if not then it could be custom...
View ArticleForum Post: RE: AM2434: Even though “Go to implementation” is selected on the...
I reread your post and realized I originally misread it the first time. You would use "go to definition" to jump to the source where the function is defined while "go to declaration" would go to the...
View ArticleForum Post: RE: TMS320F28377D: Not able to link flash api library
Hello, You can add the library file by right clicking the project and selecting "Add Files". Then, navigate to C2000Ware_Install_Location\libraries\flash_api\f2837xd\lib and select...
View ArticleForum Post: LAUNCHXL-F28P55X: Cannot get example code to execute properly
Part Number: LAUNCHXL-F28P55X Other Parts Discussed in Thread: C2000WARE Tool/software: Hello, I've been trying to get started running example code on the F28P55X launchpad. I've tried a few example...
View ArticleForum Post: RE: LAUNCHXL-F28379D: Attempt to flash / enter debug session...
Yes, everything is untouched unless specified otherwise. It is literally just the example projects downloaded, and then attempting to flash. There is no '.*\.gel' or similar in the project directory,...
View ArticleForum Post: TMS320F28379D: SCI-Address-bit Mode
Part Number: TMS320F28379D Tool/software: Hello, I'm currently using the TMS320F28379D in a current design. This question is specific to SCI 'address-bit mode' implementation vs typical 'idle-mode'....
View ArticleForum Post: RE: TMDSCNCD28388D: CM CAN communication problem
Thanks Joseph for your reply, The hardware I am using is the F2838x full-featured evaluation kit ( TMDSCNCD28388D and TMDSHSECDOCK ). Yes, I always run can_config_c28x first and then run CM one. Best...
View ArticleForum Post: RE: MCU-PLUS-SDK-AM243X: AM2431 board custom flash programming...
Lingyun, Could you please upload the project example.syscfg here to check the what's the bootloader setting? Thanks. Linjun
View Article