Jump to content
43oh

fatihinanc

Members
  • Content Count

    56
  • Joined

  • Last visited

  • Days Won

    2

fatihinanc last won the day on March 17 2015

fatihinanc had the most liked content!

About fatihinanc

  • Rank
    Level 1

Contact Methods

  • Website URL
    http://www.fatihinanc.com

Profile Information

  • Gender
    Male
  • Github
    https://github.com/fatihinanc/
  1. Hi jpnorair, Did you check this ? http://www.ti.com/tool/download/SIMPLELINK-CC13X0-SDK I think, you can find some useful information under doc folder. It seems TI will officially support both FreeRTOS and non-RTOS'ers.
  2. @@MSPLife I agree with @@chicken also, TI uses TPS series as there many low power LDOs in this family. LM series are old and not power efficient now. For exaple TPS782xx series. This LDO is only consumes 500nA with 150 mA load. This is very good value for a LDO. ST and other vendors have also similar LDOs but TI's is better one, I have ever seen yet.
  3. @@Lode Actually the documentation of this chip is not clear enough.
  4. @@Lode, Are you using TLV493 ?
  5. Hi bluehash, Good to see you've merged all forums together. 43oh will be more enjoyable place then before.
  6. @@nickn You just need to set PMM registers and change the core voltage step by step. The code which given below sets the core voltage to correct value and also generates 25 MHz from LFXT1(32.768kHz). It is referenced from TI code examples.(MSP430F55xx_UCS_10.c) Only difference is ACLK = LFXT1, not REFO. void set25mhz(void) { P5SEL |= BIT4 + BIT5; // Select XT1 // Increase Vcore setting to level3 to support fsystem=25MHz // NOTE: Change core voltage one level at a time.. SetVcoreUp (0x01); SetVcoreUp (0x02); SetVcoreUp (0x03); UCSCTL6 &= ~(
  7. Hey there, Is MSP430FR4133 have "CPU" or "CPUXV2" ? I didn't found any information about it is CPUXV2 or not. BTW, I just ordered one. FR4x and FR2x product line is really good for price/performance. MSP430FR4133 is only 1.55$
  8. Hi Did you select ST-LINK debugger in settings ? Default is simulator.
  9. Hello, I have tested 2x16 LCD and works well. Included pll and systick routines. Thist project is wroted withotut any driverlib functions. It will be a good example for "bare-metal coding". https://github.com/fatihinanc/stellaris-launchpad/tree/master/1602_lcd HD44780 1602 LCD Connections; RS -> PB0 EN -> PB1 D4 -> PD0 D5 -> PD1 D6 -> PD2 D7 -> PD3
  10. Cortex M0 architecture is quite easy And possible to making a simple example(UART,SPI,ADC etc.) is simply with libraries of provided by NXP,
  11. Thanks bluehash. I will edit my signature. Yes, I am a member of 43oh forum. And I hope this forum will be as populer as 43oh forum. Knowledge, increases by sharing... Thanks.
  12. Hi coffeBean, I have LPCXpresso 1114 and 1768 boards. I've worked but not a long time... Have you worked ?
×
×
  • Create New...