PSoC™ 6 Forum Discussions
We would like to start upgrading a custom board from PSoC 4 to PSoC 6 104 MSCP. Currently we do not feel comfortable doing that without a full reference design, sample BOM included. Is something like this available?
Best,
Nick
Show LessToday I downloaded and installed Creator 4.2 and the PSoC6 examples and here is my first question:
In the CE220335:BLE_Eddystone project the main loop is the same for M0 and M4 CPU:
for (;;)
{
/* Cy_Ble_ProcessEvents() allows the BLE stack to process pending events */
Cy_BLE_ProcessEvents();
Cy_SysPm_DeepSleep(CY_SYSPM_WAIT_FOR_INTERRUPT);
}
My question is: Why do both CPUs handle the ProcessEvents API and which CPU handles which events???
Bob
Show LessHello PSoC 6 Early Adopters!
I am pleased to announce that as of today, the PSoC 6 BLE Pioneer Kit (CY8CKIT-062-BLE) is available to Pre-Order at Cypress’ Distribution Partners! Be the first to get your hands on the highly anticipated Development Kit for Cypress’ PSoC 6 MCU: Purpose-Built for the IoT.
Develop Groundbreaking Designs for the IoT
PRE-ORDER NOW: PSoC 6 BLE Pioneer Kit
The PSoC 6 BLE Pioneer Kit (CY8CKIT-062-BLE) includes:
- CY8C6347 ARM® Cortex®-M4/M0+ dual-core PSoC 6 with Bluetooth 5.0 compatibility
- On-board 512Mb Quad-SPI NOR Flash memory
- On-board EZ-PD™ CCG3 USB Type-C Controller with Power Delivery
- Rechargeable Li-Po battery support
- CapSense® touch slider, buttons and proximity sensors
- On-board programmer/debugger (Kitprog2)
- Super-capacitor for backup power
- Arduino® UNO v3 Shield headers
- 2.7-inch E-ink Display Shield (CY8CKIT-028-EPD)
Pre-Orders Available Now at Cypress’ Distribution Partners:
http://uk.rs-online.com/web/p/radio-frequency-development-kits/1367817/?sra=pmpn
Show LessIn http://www.cypress.com/documentation/software-and-drivers/peripheral-driver-library-pdl
You suggest: "Download a beta version of PDL 3.0.1 on the PSoC 6 Community today (cypress.com registration required)!"
Where it is?
Show LessAs I understand PSoC 6 will support FreeRTOS. Our product is a wearable and we are interested in sending code via ble to be run as a thread on the CortexM4. This will be in the same spirit to dynamically adding an 'app' to the device which will open new functionality without a complete firmware reflashing.
Is this possible given flash now support non blocking reads/writes and FreeRTOS has the xTaskCreate function which appears to implement dynamic thread creation?
Much Thanks,
Best,
-Nick
Show LessCypress and Mouser have partnered up to carry out our first PSoC 6 webinar! In this 2-part webinar, Cypress' Alan Hawse (@iotexpert) and Michi Yoneda will walk you through a technical discussion and a series of hands-on lessons focused on enabling you to create next generation, ultra-low-power wireless solutions for the IoT.
The 2-part series will cover:
- The architectural trade-offs between application processors and traditional microcontrollers for IoT applications
- Best practices and needs in today’s and tomorrow’s IoT applications
- Developing next-generation IoT applications with Cypress’ PSoC 6 MCUs with BLE connectivity
- Adding CapSense capacitive-sensing to your next IoT application
And more…
Part 1 will take place on September 28th and Part 2 will take place on October 25th, so get registered!
We look forward to discussing and teaching you about our new PSoC 6 MCU!
Show LessCould you provide a function table of PSoC6 60/61/62 family?
Although I refer to doc# 002-18449 Rev.**, I think that table 39 can not confirm all the functions.
So, I want a list of PSoC6 60/61/62 family which is equivalent to PSoC Creator's device selector.
Show LessAny support of 8-bit to 14-bit parallel interface, to receive camera data?
in the hardware design consideration document page 22 an external NVM is connected to the PSoC and it shows that it is connected to pins P11.7 (clk), P11.2 (cs), P11.6(SI), P11.5 (SO).
When I attempt to connect a SPI device on the PSoC creator on P11 the clk, SI, SO don't go to the same pins in the HW design document.
PSoC creator
P11.2 (clk). P11.7 is not enabled for clk on the creator
P11.0 (SI). P11.6 is not enabled for SI on the creator
P11.1 (SO). P11.5 is not enabled for SO on the creator
is that a documentation error and I should follow the PSoC creator?
Hi Everyone.
I thought it may be helpful to any potential PSoC 6 users who may also be new to the PSoC Creator environment to write a 'Hello World!' type tutorial that takes a new user through the tool flow to flash the LED on the board in a couple of different ways. Hopefully, I have simplified navigating through the tools enough that the examples supplied for the PSoC 6 will seem less daunting for new users to get their heads round - speeding up the learning curve a little.
I have posted the tutorial HERE.
Best,
Mark
Show Less