Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by buivanphien

  1. B

    Can you show me how to program SPIS and SPIM in PSoC.

    psoc spim I have two PSoC. I want to interface them by the using SPI but I don't know documentation which intoduce this problem. Please help me.
  2. B

    How to display an INT value on LCD with PSoC?

    itoa psoc Please try to run this code. I hope you successed int hou, mi, se; void main() { LCD_1_Init(); LCD_1_Start(); while (1) { LCD_1_Position(0,0); LCD_1_PrCString("Time "); LCD_1_Position(0,5); hou=(int)cTime.hour; LCD_PrintInt(hou); LCD_1_Position(0,8); mi=(int)cTime.min...
  3. B

    Looking for compiler for cypress microcontroller design

    Re: cypress microcontroller Hi, you can use Assemmbly or C language for PSoC. you can learn the using these language in itself. Addition information please go to https://www.cypress.com. And then you come into PSoC designer/ help
  4. B

    shematic for psoc programmer for Cypress Microsystems needed

    Re: anyone knows shematic for psoc programmer for Cypress Mi I'm sorry. I don't understand your question. if you want to knows schematic for PSoC . Please go to https://www.cypress.com.
  5. B

    How to unlock AVR microcontrollers and read flash code?

    Re: how i can unlock avr microcontrollers and read flash cod In order to keep security code. u can't unlock avr and read flash code

Part and Inventory Search

Back
Top