Psoc4200 - UART Interrupt Example
Forums: PSoC 4 ArchitectureHi All,I am working with PSoC 4200 chip, i coud not find any example for UART reception in interrupt mode.i did not want to poll for data // ch = UART_UartGetChar();anyone...
View ArticlePSoC 4 SPI receive problem
Forums: PSoC 4 ArchitectureHello,i am trying to read an external Flash over SPI.On oszilloscope looks data well, but my variable a and b is wrong.Code:SPIM_SpiUartWriteTxData(0x03); // Readcomand dummy...
View ArticleI2C master read issue
Forums: PSoC 4 ArchitectureWe are working on a project, where we want to manage a Vishay VEML6040 I2C color sensor with a Cypress PSOC4 MCU. We had difficulties to process the results, what we got from...
View ArticleReading From an Output Pin
Forums: PSoC 4 ArchitectureIn the hardware design (PSoC Creator 3.3, PSoC 4 Prototyping Kit) I use some digital components with external inputs to decide how to set a digital output with hardware...
View ArticleQuestion regarding the USB 3-Button Mouse Example
Forums: PSoC 4 ArchitectureHi all,I am currently studying the USB Mouse Example.I have understood the movement of the cursor, but I am not sure how to emit a button click.Does anybody have an...
View ArticleStoring IMU data on SD card
Forums: PSoC 4 ArchitectureHI! I'm working on a project that stores data from an IMU (MPU-9150) on a SD card. I'm using a PSoC 4 (CY8CKIT-049-4xxx). The connection between the IMU and PSoC is I2C and...
View ArticleCapSense API - which function to read signals displayed in Tuner GUI
Forums: PSoC 4 ArchitectureHi everyone,can anyone tell me which API functions to use in order to get the signal values of the elements of a slider as displayed in the TUNER GUI?I have scanned through...
View Articlereading battery level with SAR ADC
Forums: PSoC 4 ArchitectureHi all,I'm trying to make it possible to read the battery level from my device using SAR ADC, but unfortunately I can't manage to connect it properly. I've been searching...
View ArticlePsoc and I2C with PCA9685
Forums: PSoC 4 ArchitectureI am trying to port the library provided by Adafruit (https://github.com/adafruit/Adafruit-PWM-Servo-Driver-Library) to use it in my project. This library is intended to be...
View ArticleProblem using EM_EEPROM with BOOTLOADER and Cy8ckit_049
Forums: PSoC 4 ArchitectureI have a major problem with a design in which I am trying to use the example EM_EEPROM component from the pioneer kit to store a few strings in flash on a Cy8ckit-049...
View ArticleCY8CKIT-043 debugging and power supply
Forums: PSoC 4 ArchitectureHello,can I use 3.3V power supply for board CY8CKIT-043 and debugging with integrated debugger over USB with 5V power supply?Power supply from debugger to board is...
View ArticleM0036 - Resource Limit Error when adding SPI & UART module
Forums: PSoC 4 ArchitectureHi All,I am using SPI & UART in my project,Initially i added UART(v2.50) into my project , works everything as expected.Later i added SPI Master Fullduplex macro and...
View ArticlePSoC 4200L PWM issue
Forums: PSoC 4 ArchitectureHello,I am having an issue with using the UDB PWM component with 48 MHz HFCLK clocking. Since I was using the USB component, I must set the HFCLK to 48 MHz. When building the...
View ArticleISR not executing.
Forums: PSoC 4 ArchitectureI have an ISR component ISR_1 connected to the OV pin of a PWM block.In the main file I have the following code:CY_ISR_PROTO(MyISR); CY_ISR(MyISR) { PWM_1_Stop(); }int...
View ArticleProblems with PSOC 4 SCB I2C
Forums: PSoC 4 ArchitectureHi Folks,i have some trouble in getting the PSOC4 working as expected. My target is to read out the data of a Current and voltage sensor (max78630) and for that i am using...
View Articlecysmart mobile app
Forums: PSoC 4 ArchitectureHi all,I tried to download the cysmart mobile app, but i couldn't do it. So if any one having that apps please share to here. otherwise tell me how to download the apps by...
View ArticleFaster method to read the ADC
Forums: PSoC 4 ArchitectureMy ADC is running at 12MHz, it samples 5 channels and the actual sampling rate is 100KHz.I just noted that reading a single channel using the ADC_GetResult16() command takes...
View ArticleChange SWD pins to GPIO at runtime
Forums: PSoC 4 ArchitectureHiSo, I have run out of pins on the CYBLE-014008 module. I need another digital output pin.Is it possible to change the function of an assigned pin (say a DAC output) at...
View ArticleMax Speed of SPI with PSoC
Forums: PSoC 4 ArchitectureHi,The SCB based SPI limits the data rate to 8Mbps. I would like the go as high as 24Mbps. Is it possible to do with PSoC4 devices? The HFCLK is 48 Mhz. regards
View ArticleBootloader Failing Valid Application Check.
Forums: PSoC 4 ArchitectureI created a project with a bootloader and a bootloadable component. I've designed the bootloader to wait 2 second then run the application. The application will launch into a...
View Article