Questions tagged [psoc]

PSoC (Programmable System-on-Chip)

PSoC (Programmable System-on-Chip) is a family of microcontroller integrated circuits by Cypress Semiconductor. These chips include a CPU core and mixed-signal arrays of configurable integrated analog and digital peripherals.

enter image description here

54 questions
0
votes
3 answers

Remove noise and extreme values from data?

I have a program that reads data over serial from an ADC on a PSoC. The numbers are sent in the format , inclusive of the '<' and '>' symbols, transmitted in binary format 00111100 XXXXXXXX XXXXXXXX 00111110 where the 'X's make up the 16…
BenAdamson
  • 625
  • 3
  • 10
  • 19
0
votes
0 answers

Cannot read/write SRAM using upper MSB address bits

I'm using an external sram (256kbx16b), with 16 bit data and 18 bit address, and I cannot read/write to the external sram when I'm accessing anything using the msb (addr bits 16 and 17). accessing anything that does not require these bites (anything…
scarlso9
  • 195
  • 3
  • 14
0
votes
0 answers

Program Run fine in CY8CKIT-050 but fails in Hardware PSoC 5 FreeRTOS

PSoC Creator FreeRTOS PSoC 5 CY8C5868AXI-LP035 GLCD 128x64 Hi there, I am facing weird problem with my Application on PSoC 5 based hardware. This application is based on FreeRTOS, and application contains 128×64 kind of monochromatic LCD (Graphical…
0
votes
1 answer

How to implement iBeacon on PSoC 4 BLE from Cypress?

From What is the iBeacon Bluetooth Profile I understood the format of iBeacon. In Project #008: GAP Broadcaster it is mentioned that iBeacon is based on GAP Broadcaster approach. However, PSoC Creator doesn't allow me to customize advertisement…
pahanela
  • 15
  • 1
  • 7
0
votes
1 answer

Libusb - ubuntu - Psoc5. libusb_open_device_with_vid_pid return 0

I am working on a power engineering project on 4th semester, and programming isn't my strong side. I've been working on using libusb for communication between a PSoC 5 and a Linux terminal program written in C++. The terminal code is: The problem is…
0
votes
1 answer

GPIO interrupt for different pins in PSoC 1

I have faced a problem connected with GPIO interrupt. The task is to make a simple UI interface, so I need to use 3 buttons. The problem is that I don't understand how to use GPIO interrupt for different pins and all my buttons work the same…
mikedanylov
  • 817
  • 11
  • 20
-1
votes
1 answer

I am Using PSoC 5. I want to know about how to convert 8-Byte hexadecimal into decimal after reading from EEPROM

EEPROM Data: 0000: 88 77 66 55 44 33 22 11 00 00 00 00 00 00 00 00 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 I am saving the result after reading 0th row of EEPROM in array Ex - Uint8 EEPROM_res[8]; EEPROM_res = {88, 77, 66, 55, 44,…
-1
votes
1 answer

Tcp needed when i2c and ssh are used?

I'm doing a project where I have 2 raspberry pi zeros connected and a psoc 5 connected to one of the rpi's. The connection between them are all i2c. One of the rpi's are considered the "master" and from my android phone I will use ssh to remote…
Badabim
  • 1
  • 4
1 2 3
4