Forum Post: MSP432E401Y: Array declaration issue on MSP432E401Y launchpad
Part Number: MSP432E401Y Tool/software: Hi Maters, I am working on a MSP432E401Y launch pad and want to collect some samples (about 1000) through and external ADC and store in an array for frequency...
View ArticleForum Post: RE: TMS320F280039: How to split DCSM Z1 and Z2 into two .hex or .out
Hi Julia, Luke is out of office until 10/21, so please expect a delay in response before then. Thanks for the patience! Best Regards, Allison
View ArticleForum Post: RE: MSP432E401Y: Array declaration issue on MSP432E401Y launchpad
Have you tried to make it global, rather than allocating on the stack?
View ArticleForum Post: RE: TMS320F28379D: Workaround for pulse skipping in a phase shift...
Hi Patrick, I suspect the issue is as I describe in the below threads. Please refer to these let me know if they are able to resolve your issue...
View ArticleForum Post: RE: TMS320F28374S: The SCIB on the TMS320F28374S can only send...
Hi Yulong Cheng, Glad to hear you were able to resolve the issue! I will go ahead and close the thread Best Regards, Allison
View ArticleForum Post: RE: MSP430FR5849: Signed vs unsigned SPI data
Currently we are storing in an integer. It's possible that the integer isn't big enough but we are also moving to a 16bit integer given what I've discussed with other engineers. We are now going to be...
View ArticleForum Post: RE: MSP432E401Y: Array declaration issue on MSP432E401Y launchpad
This works fine for me on an MSP432P401R: /* DriverLib Includes */ #include /* Standard Includes */ #include #include //![Simple GPIO Config] int main(void) { volatile uint32_t ii; uint32_t...
View ArticleForum Post: RE: MCU-PLUS-SDK-AM263X: Missing DebugP_logZoneEnable in MCU+ SDK...
Hi Philipp, [quote userid="599697"...
View ArticleForum Post: RE: TMS320F2800137: TMS320F2800137 - 48PT
Hi Suresh, What specific error are you seeing? Can you send a snippet? I just tried and am not seeing a particular error. Best Regards, Allison
View ArticleForum Post: RE: MSP430FR5849: Signed vs unsigned SPI data
There is some confusion on types here. An "integer" is probably 16 bits, so moving to a "16 bit integer" is probably no change. It is unclear where " We are now going to be working with 2 bytes per...
View ArticleForum Post: RE: MSP430FR5849: Signed vs unsigned SPI data
The data is certainly more than a single byte, received a byte at a time. This should be stored into something with type "unsigned char". Then it can be combined with another byte. The key is to keep...
View ArticleForum Post: RE: MSPM0L1106: Peripheral register retention when PWREN equals 0
Thanks for the info Dennis, this was helpful! Munan
View ArticleForum Post: RE: MSP430FR5849: Signed vs unsigned SPI data
ADXL373 from Analog Devices. See pages 35 and 36. We are only using the x axis. Example data from centrifuge: 0C 0C 0C.... We then left shift 4 because we are only looking at the high byte. 0C0 0C0...
View ArticleForum Post: F28M35E20B: F29H859TU8QZEXQ1
Tool/software: Hi All, On a related note, bringing this topic forward, We are fielding an inquiry for Cypherbridge SDKPac on F2800156QPMRQ1 and F29H859TU8QZEXQ1 There doesn't seem to be any datasheet...
View ArticleForum Post: RE: AM2634: AM2634
[quote userid="150519" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1425867/am2634-am2634/5466707#5466707"]What is the...
View ArticleForum Post: RE: AM2634: AM2634
[quote userid="150519" url="~/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1425867/am2634-am2634/5466707#5466707"] If my...
View ArticleForum Post: RE: MSP430FR5969: How to unlock JTAG via CCS after overwriting...
Only way to unlock is by BSL hardware (MSP-FET can be used for this) and CLI BSL Scripter on PC side. There is password ti txt file (that can be modified) used by prepared script examples. In case of...
View ArticleForum Post: RE: SM320F28335-EP: SM320F28335-EP
I haven't looked at any signals. I'm trying to install the latest C2Prog, but ran into internal IT constraints, so waiting for that to get resolved. We do have a new PC, but it's been in place for a...
View ArticleForum Post: RE: MSP430FR5849: Signed vs unsigned SPI data
The actual code that isn't working for you would keep us from guessing. Including how you read the data and what you do with it.
View ArticleForum Post: RE: TMS320F280025C: Errors while driving LVSERVOMTR on...
Hengchen, in that final screenshot (build 4 with FAST and eSMO enabled, using FAST as the primary estimator), is the motor still behaving abnormally? Regards, Jason Osborn
View Article