element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Ultimate RoadTest
  • Challenges & Projects
  • Design Challenges
  • Ultimate RoadTest
  • More
  • Cancel
Ultimate RoadTest
Blog Project "code name" PostScript 010
  • Blog
  • Forum
  • Documents
  • Files
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: COMPACT
  • Date Created: 15 Jul 2012 10:30 AM Date Created
  • Views 735 views
  • Likes 1 like
  • Comments 1 comment
  • ultimate_roadtest
Related
Recommended

Project "code name" PostScript 010

COMPACT
COMPACT
15 Jul 2012

July 15th

Some Odd Quirks

I've been busy performing System Integration Testing and Unit Testing and have encountered a few hurdles on the way.

 

1. CCSv5/MSP430 C Compiler and handling of long variables.

I've always used long variables with the premise that they have a minimum size of 32 bits.

After encountering odd behaviour and through debugging I have found that with CCSv5 and MSP430FR5739 the compiler wants to use a 16 bit register thus truncating its value.

A work around is available. I forced the compiler to use RAM with the volatile keyword.

After using it I got the expected behaviour.

 

Note: The MSP430 Optimizing C/C++ Compiler v 4.1 manual says that longs are 32 bit values.

The E2E Community forum confirms my finding.

 

I also noticed that the stepping function through some long arithmentic was not consistent. some lines were skipped but at the end of the calculations the value of the long variable was correct.

 

 

2. Basic WiFi Demo Buffer size strikes again.

From odd behaviour from my project I had to perform some debugging to find that there appears to be a 256 byte limit for the receive buffer size.

The work around is to limit the receive buffer size to 256.

  • Sign in to reply
  • DAB
    DAB over 13 years ago

    Getting buffer size correct is a common problem I have observed in most distributed architectures.

    It usually takes a while to assess the message traffic to see if your are sending too much data or too rapidly updating the status readouts.

    Most projects I reviewed end up adjusting buffer size and message timing to work around the undocumented limitations of some of the components.

     

    Overall, you have done a good job keeping the readers updated on your progress and issues.  I think we all learned a lot about the MSP430 line during the road test.

     

    Good job,

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube