Forum Post: RE: How to determine stack/RAM usage
Hi Sarah, Yes but it may need a lot of manipulation to the existing HalCoGen startup code. You'd absolutely need to have some stack in internal SRAM until the SDRAM is initialized. Then there would be...
View ArticleForum Post: RE: Micro controller and Microprocessor
The link provided by Blake is very classical. But I think it is a moot point. (whatever that means;)
View ArticleForum Post: RE: How to determine stack/RAM usage
My EE had me very early on disable ECC and insisted that I keep that off.
View ArticleForum Post: RE: How to determine stack/RAM usage
Here is a trace captured on the emif_SDRAMInit() function. I need to think through this - but while it appears that the buffer=*PTR took some time to execute compared to say the register reads/writes,...
View ArticleForum Post: RE: How to determine stack/RAM usage
I did not read your just now post directly above, I did complete the following test: .bss : {} > RAM .data : {} > RAM2 .sysmem : {} > RAM2 I still get the exact same behavior with testData and...
View ArticleForum Post: RE: msp430fr2311 DCOFTRIM
Hi Jace, I will use that formatting tool in future posts, thanks! I changed the following line: CSCTL1 |= DCORSEL_0; // Set DCO = 1MHz to this: CSCTL1 |= DCORSEL_0 + DCOFTRIM; // Set DCO = 1MHz where...
View ArticleForum Post: RE: MSP430FR6928 UART TXD no output signal
Thanks Clemens for the reminder. eUSCI_A0 is the primary function for P4.2 instead of secondary function. Both TXD and RXD are working now.
View ArticleForum Post: RE: MSP-FET support for MSP432 and Energy Trace ( vs. EnergyTrace+ )
[quote user="David Dyck45"]What is actually shipped with the MSP-FET ?[/quote]One 14 pin cable which is compatible with MSP430 boards. Until I saw this post, I wan't aware that the MSP-FET is supposed...
View ArticleForum Post: RE: MAVRK source code
[quote user="STEPHEN JIANG1"]Thanks for your reply.I have searched it,i also see from the link processors.wiki.ti.com/.../MAVRK_Software_Installation_Guide.but now it shows"MAVRK is no longer an active...
View ArticleForum Post: RE: MSP-FET support for MSP432 and Energy Trace ( vs. EnergyTrace+ )
Thank you Robert, - yes, the wiki page seems to say that the only way to use EnergyTrace with the MSP432 is using XDS110 JTAG debugger.
View ArticleForum Post: RE: MSP-FET support for MSP432 and Energy Trace ( vs. EnergyTrace+ )
Later I did find this page that implies support from MSP-FET for the MSP432. No comments on EnergyTrace though. www.ti.com/.../MSP-FET-432ADPTR "Description The MSP-FET-432ADPTR is an adapter to...
View ArticleForum Post: RE: MSP-FET support for MSP432 and Energy Trace ( vs. EnergyTrace+ )
Thank you Chester, I think one needs to order MSP-FET-432ADPTR for the MSP432 ( www.ti.com/.../MSP-FET-432ADPTR )
View ArticleForum Post: RE: MSP-FET support for MSP432 and Energy Trace ( vs. EnergyTrace+ )
William, Thanks for your reply, but I couldn't see where MSP-FET supports EnergyTrace + with the MSP432. Table 1 (continued) on page 5 of www.ti.com/.../slau647c.pdf seems to imply that the MSP-FET...
View ArticleForum Post: MSP432 interrupt priority issue after CMSIS
Hi, After I migrated my software to the CMSIS compatible version I'm having issues with my interrupt prioritization: Previously the following code worked just fine:...
View ArticleForum Post: RE: TM4C123 Launchpad - ADC enable issue
Hi, Not exactly sure what you mean by that statement but here is my full section of ADC code. SysCtlPeripheralEnable(SYSCTL_PERIPH_ADC1); while(!(SysCtlPeripheralReady(SYSCTL_PERIPH_ADC1)));...
View ArticleForum Post: RE: How to determine stack/RAM usage
Anthony, Yelp! The last change toasterified the board, because I placed the testSdram2() just after the main() entry point, but the memset() call hangs the CPU. I tried erasing the board with UniFlash...
View ArticleForum Post: RE: I have a problem with my F28335 control card Release 2.2,...
Hi Brett How are you, Everything ok? yes, I'm using a control card f28335 with Docking Station baseboard. when I plug the USB cable, the system recognizes the connection as image you passed. but when I...
View ArticleForum Post: RE: I have a problem with my F28335 control card Release 2.2,...
Patrick, So it sounds like you have been able to connect to the device before. Can you try changing the boot mode switches (SW2) such that the device gets configured in SCI-A boot mode? This will...
View ArticleForum Post: RE: HRPWM issue with an F28377D
That’s great to hear! Thanks for the update, John.
View ArticleForum Post: TI RM48 DWD How to use it question
Hi, I am currently working on the code to utilize the DWD feature of the TI RM48 microprocessor but I am not able to get it to work mainly because the time expiration of the DWD happened too fast and I...
View Article