Jump to content
43oh

Neetee

Members
  • Content Count

    43
  • Joined

  • Last visited

About Neetee

  • Rank
    Advanced Member

Recent Profile Visitors

1,141 profile views
  1. hello all, i am working currently with MSP430F5529 launch pad and looking for SD card library for data logging purpose. i already checked out few libraries which are given on Github. i have added one library to my Energia software. and got following errors In file included from C:\Users\hp-pc\Documents\Energia\libraries\SD-master/utility/Sd2Card.h:26:0, from C:\Users\hp-pc\Documents\Energia\libraries\SD-master/utility/SdFat.h:29, from C:\Users\hp-pc\Documents\Energia\libraries\SD-master/SD.h:25, from C:\Users\hp
  2. Cool with it I will try for this and if required will make changes in it and i will post on this forum for others to use
  3. But will this work for 5529 launch lad ?
  4. Hello all I am almost done with my project due to all your help Posting probably the last query I am trying to download library for external eeprom connected using i2c to my msp430f5529 launch pad. The entire library is available on github As github recently updated the website i cannot download the new libraries. Can anyone help me out by providing some other sources for this library. Library i am searching is External eeprom using i2c for msp430f5529 launch pad Thanks and regards
  5. The project is beyond my coding capabilities but not beyond logical capabilities But thank you for suggestions i will surely go to ny professors and ask for project which suits my coding capabilities
  6. I have attached .txt file i didnt find any <> symbol over here final code without interrupt.txt
  7. Hello all After everyones suggestions i am putting my code here which is a menu system works to configure totaliser to set its unit time base for primary display Also shows rtc. I am using msp430f5529 and 4 key keypad without tactile feedback Thanks to fmilburn for help I am trying to make this interrupt enable for last 2 days but got unsuccessful 1.1stly i tired to put task what each key perform as interrupt but it got fail. 2.i tired just to turn the flag high which so that i can enter menu that got partially failed Can any one suggest me any way to make my keys interrupt enable
  8. you would like to set the clock with RTC_setTime() while the system is running verses setting the clock in setup with RTC_init? This is what i am trying to do
  9. Yes exactly what u said i want to set time while code is running is this possible
  10. I am using msp430f5529 launch pad every one suggested me this example
  11. I tired this sir but it is not working
  12. Hello all my rtc is working perfectly fine Adc and interrupts are also working fine Thanku all professionals for their valuable help. I made my project almost working. The only part remaining is programable rtc Few days back i posted my 1st query about rtc using msp430f5529 that time fmilburn provided me this. This link consist of file i am currently using https://github.com/fmilburn3/RTC_F5529 This works perfectly with msp430f55529 launch Now as this launch pad is not having Fram for storage I want to make this rtc programable on site I tried to make changes in given cpp
  13. I am trying to execute interrupt with key press so what should it do Should i check the keypress inside
×
×
  • Create New...