Questions tagged [psoc]

Programmable System on Chip. This is a chip containing digital and/or analog blocks which can be configured to create a very wide range of designs. It may refer specifically to the Cypress Semiconductor's PSoC, which integrates configurable analog and digital peripheral functions, memory and a microcontroller on a single chip.

See http://www.cypress.com/psoc/ for information on Cypress' PSoC.

52 questions
7
votes
1 answer

What does "SoC bringup" mean?

Saw the term "expert in SoC bringup" on a job description for an embedded software developer: SoC here refers to System-on-Chip, but I was wondering what the term "SoC bringup" meant.
Julia Schwarz
  • 183
  • 1
  • 5
4
votes
1 answer

PSoC: Question on Productizing using a PSoC

BAM! Just like that I came across Cypress PSoCs. I'm from software background so started trying to understand more about them and the more I learn about PSoCs the more I'm getting attracted to it. What I've understand so far is that - there is a lot…
3
votes
3 answers

PSoC as General Data Acquisition Block

I've been taking a close look at PSoC chips (series 1 in particular). With the reconfigurable analog blocks, they seem like a great solution for general data acquisition needs for prototype projects. I'm thinking about buying the programmer ($37…
terrace
  • 1,334
  • 1
  • 15
  • 28
0
votes
0 answers

Error address space overflow in PSoC Creator

I am programming a PSoC3 Microcontroller (CY8C3246PVI-147) via the PSoC Creator 4.4 software. After adding some functions during compilation I get the following errors: *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: CONST SEGMENT:…
Alinik
  • 179
  • 7
0
votes
0 answers

How to power PSOC 5LP from boost converter

I have the CY8CKIT-050 PSOC 5LP development kit, and I have read that I can power my chip though boost converter (Page 16, last line), but I don't find any place where get information about how to configure boost converter to power the chip. I tried…
Josemi
  • 121
  • 5
-1
votes
2 answers

Why doesn't PSOC 5LP print this number?

I'm using CY8CKIT-050 PSOC 5LP development kit and I have this code: #include "project.h" #include int main(void) { CyGlobalIntEnable; /* Enable global interrupts. */ float32 test; LCD_Start(); for(;;) { test…
Josemi
  • 121
  • 5