Jump to content
43oh

jazz

Members
  • Content Count

    442
  • Joined

  • Last visited

  • Days Won

    21

jazz last won the day on February 1 2019

jazz had the most liked content!

About jazz

  • Rank
    Level 3

Profile Information

  • Gender
    Male
  • Location
    Croatia

Recent Profile Visitors

2,956 profile views
  1. Sorry, but I don't know anything about openMSP430 and related 2-wire (not SBW, but I2C or UART based) interface that is used for updating device firmware. All I know about Energia setup for using non-compatible TI master device for updating target device firmware is already written in this topic.
  2. Hi, Minimal standalone DS89C450 board with CH340 UART bridge and micro USB connector. Four LED's (blue power, yellow loader, green and red can be connected with jumpers to P0.1 and P0.2 pins) and reset button. On board is 16.384 MHz crystal (same as on DS89C450-KIT) that doubled make 33 MHz MCLK, and support 28800 bps UART. Price for board with DS89C450 chip and (EU) shipping with tracking is 25$ (paypal). demo.zip
  3. Maybe another forum is better place for this question. http://www.eevblog.com/forum/manufacture/
  4. I used sn74lvc2g04, only because I have them, left from another project.
  5. In my case, as you can see, intensity (brightness) of each segment is equal. To have this, time for displaying number "1" must be shorter than time for displaying number "6" (last digit). There is no any resistors. Common anode/cathode is powered by extra lvc logic gate, not by transistor, so hardware and software as it is, support both options, and mixed combination (for example 1 digit can be common anode and another 2 common cathode). It is codded in assembler, refreshing interrupt (0.5 ms per segment ~ 5 ms per digit) is triggered by WDT (timer peripheral is not used), and in wor
  6. This is OK, but my MSP430G2533 7-segment working (multiplexing) digit-by-digit without resistors. Current (and brightness) is handled by PWM (WD). Device (PDIP) is mounted under the display.
  7. Yes, it is modem manager, that should be blocked by udev rules. For recovering check here... https://github.com/energia/Energia/issues/925
  8. This is TI. Go back with your IDE version, and board should work just fine. http://processors.wiki.ti.com/index.php/XMS432_Support
  9. Compare generated binaries by 32/64 bit version, and compare downloaded code to micro by MSP430-Flasher.
  10. BTW, If you don't want to design board right now, I have 2 breakout boards left, for MSP430x2xx 38 pin TSSOP devices.
  11. There is no problem today to find any IC from any semiconductor company in tiny package. Problem is to find something new in PDIP. MSP430G2553, and other TI MSP devices can be found in TSSOP and QFN package.
  12. We are on Energia topic, so I guess that if you want to use Energia for developement, there is limited number of boards or MSP430 devices with pin mapping, by default supported by Energia (MSP430G2553, MSP430F5529, MSP430FR4133, MSP430FR5739, MSP430FR5969, MSP430FR6989). All FRAM devices are with 20-bit CPU Xv2, same as 5xx/6xx flash family, but they are limited by FRAM wait states. However, it is easier to write to FRAM (same as RAM), than to flash, during runtime. For TI, flash 2xx/5xx/6xx family is finished story, and today they are pushing FRAM family. eZ-FET on G2 LP is limited
  13. I guess that LPM3 with ACLK active should work fine in your case. It takes about 2uA.
×
×
  • Create New...