Quantcast
Channel: MSP low-power microcontrollers
Browsing all 62306 articles
Browse latest View live
↧

Forum Post: RE: How to configure CS module of MSP432 to let it run at 8MHz clock

This should work! Use this at the beginning of your code. This was used from the example for the 48 MHz Master Clock. The only thing I changed so you have 8MHz is in this line:...

View Article


Forum Post: RE: MSP432 I2C Multibytes Receive using Driverlib

Hi David, so i manage to get it to work but it is not doing what i expected. The I2C Master only reads 16bit values like before even if i say read 16bytes: /* Setup the number of bytes to receive */...

View Article


Forum Post: RE: how to stop the ADC repeat-sequence mode in MSP432?

Hi, i have the same problem. How could start and stop adc14 conversion? Setting ADC14CTL0 &= ~ADC14ENC; doesn't work. Please help me thanks :)

View Article

Forum Post: RE: Comparison between 32 bit int, float and 64 bit int...

[quote user="Ilmars"]researchers often do not care about price/performance and consumer product economics [/quote] Today I think about Pokemon GO case study, so humanity in power evaluated the value of...

View Article

Forum Post: Importing Project in CCSv5.3 that was developed in CCSv6

Hi.. Am trying to import a project that was developed on my friends PC. The project was developed on windows CCSv6. I am trying to import it on to a windows PC with CCSv5.3. We are working on...

View Article


Forum Post: RE: msp430f5529 with ADC12MEM

Hi Clemens, I ll change the code to,is this ok.... #include int main(void) { WDTCTL = WDTPW + WDTHOLD; // Stop WDT ADC12CTL0 = ADC12SHT02 + ADC12ON + ADC12MSC ; // Sampling time, ADC12 on ADC12CTL1 =...

View Article

Forum Post: RE: MSP430F5529 Micro controller not enumerating

HID does not require a no special driver. Please show the schematic of your circuit.

View Article

Forum Post: RE: Issue after copying my code from Flash to RAM

See Running C Function in RAM on MSP430 Devices .

View Article


Forum Post: RE: Maximum SPI Slaves, load capacitance?

There is no "typical" rate. You cannot avoid testing your actual circuit with an oscilloscope, and choosing a frequency based on that.

View Article


Forum Post: RE: msp430f5529 with ADC12MEM

I see no CSTARTADD. (And to insert code, use the "Insert Code" button.)

View Article

Forum Post: RE: Issue after copying my code from Flash to RAM

Thanks, I've ever followed this tutorial for CCS, in fact, I would like to know how I can do, for controlling the assembly instruction, may I put an "inline assembler" directly in my C program in order...

View Article

Forum Post: RE: Maximum SPI Slaves, load capacitance?

[quote]You cannot avoid testing your actual circuit with an oscilloscope, and choosing a frequency based on that.[/quote] There -do- exist good design tools that allow for a comprehensive simulation of...

View Article

Forum Post: RE: msp430f5529 with ADC12MEM

Sorry i dint get you,can you please explain where should i do changes in code. thank you.

View Article


Forum Post: RE: msp430f5529 with ADC12MEM

Sorry, CSTARTADD is not needed; the default value of zero is OK here. But you also need to set EOS for the last register.

View Article

Forum Post: RE: msp430f5529 with ADC12MEM1

Hi Mohammad! There is your other thread about the same topic here:

View Article


Forum Post: RE: MSP430F5529 Micro controller not enumerating

(Please visit the site to view this file)please check the attached schematic.

View Article

Forum Post: RE: MSP430f2617 SPI_B1 CS is high while clock still active , error?

nope :) too much trouble Got the osci hooked up mybe later, until now, I do realize it does work with my max speed of 16MHz, slower it simply gives bad results, dont ask me why, I got no clues. So i...

View Article


Forum Post: RE: MSP432 2MBaud UART Operation - Missed characters

If there are no other interrupts that "steal" time, you might have reached a hardware limit. I don't know the MSP432 in detail, but I would definitely test for other errors than overflow as well....

View Article

Forum Post: RE: MSP432 2MBaud UART Operation - Missed characters

Check the status bits; if you have an overrun, you know that your code was too slow. At such a high data rate, it might be a better idea to use DMA.

View Article

Forum Post: RE: MSP430F5529 Micro controller not enumerating

Does the resonator run? Can you debug the program? How far does enumeration go?

View Article
Browsing all 62306 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>