Recent discussions
I can't find “Disassembly Window” here.
From the Debug menu, choose Windows > Disassembly.
Hello,
I am trying to generate a frequency of 6 MHz using a Psoc 6 prototyping bord. Can you please check the attached project if this is correct?
Thank you
Show LessHi,
I am using ssd1306 0.96 inch OLED screen and I am using it for PSOC 6- PSOC63 (CY9CKIT-062-BLE). Which pins other than P9[0] to P9[4] I can use as I am already using them?
Show LessHi all :
我想通过DMA读取ADC采样数据(不通过dma是可以读到采样数据的),dma组件通过tr_in连接adc的 eos,配置如下图:
DMA组件的配置如下图:
我初始化了一个500个成员的数组,期望将ADC的数据放到数组中保存。
dma初始化代码如下:
uint16_t usData[500] = {0};
DMA_US_Start((uint32*) SAR->CHAN_RESULT[0], (void *)&usData[0]);
目前的情况是 usData中的数据一直为0,无法获取ADC采样数据,请问是DMA配置有问题吗?还是ADC的eos没触发?谢谢!
Show Less
Hi,
I’m building a PSoC 6 BLE application using Creator V4.4. The application requires the BLE module to operate as a Central device with up to four simultaneous connections to Peripheral devices. I have been following the example CE224714 and the application note AN215671. I have configured the GAP Role of the BLE component to Central only, and have configured the maximum connections to be 4. I understand the basic concepts, and most of the detail, and so far the code I have developed is working as expected.
I have two questions, which I think have related answers:
2) What is the meaning and intended use of the scanParamIndex parameter of the Cy_BLE_GAPC_StartScan function, and
1) What is the meaning and intended use of the centralParamIndex parameter of the Cy_BLE_GAPC_ConnectDevice function.
I can find no clear explanation of these parameters, and all the examples show them only ever set to zero, or set using defines that resolve to zero.
I suspect that these both refer to which Link Layer instance is to be used (i.e. LL0, LL1, LL2, and LL3), but that is only a guess. And if that is the case, then I don’t understand why the functions Cy_BLE_GetScanState and Cy_BLE_GAPC_StopScan do not have similar parameters.
Also, I as yet have not seen any Link Layer identifiers in any of the event call back parameters, so it does not seem to be possible to relate any call back to any specific Link layer instance, which would seem to be required if the Link Layer can be specified in some of the function calls.
If anyone can provide some more information on these parameters, I would very much appreciate it.
Thanks in advance,
Peter
Show LessHello,
My goal is to create a point to point BLE connection between "CY8CPROTO 063 BLE" and "CY8CKIT-062-WIFI-BT" and send the Data to AWS IoT Test Client via MQTT.
For creation the BLE connection I follow the tutorial in https://github.com/Infineon/training-modustoolbox-level3-bluetooth.
Setting up the peripheral like described in the tutorial a lot of header files like the ble stack are not included.
For the Tutorial BLUETOOTH_BL_CAPSENSE_Buttons_Slider for "CY8CKIT-062-WIFI-BT" for example all header files had been included during the project creation.
It would be nice if there is someone how could support me. We could do some online sessions, of cousrse payed.
It is quite urgend as it is part of study work.
Please contect me if you are interested. Further details and the conditions we can discuss private.
Hello,
I would like to use an OLED screen in psoc 6 and would like to check if it's possible to use the pins P9[5] and P9[6] to connect it?
Thank you
Show LessHi all :
我在调试SAR-ADC的时候发现采样频率跟我实际测试结果存在差异。
我的ADC配置如下:
ADC clock rate : 16.667MHZ
scan duration : 1.08 us
采样频率 : 925926 sps
通过函数Cy_SAR_StartConvert开始采样后,启动定时器,延时500 us后,通过函数Cy_SAR_StopConvert结束采样,我在ADC的ISR 函数中加入了全局变量来统计进入ISR的次数。
延时800us ,ISR计数 371次 ,也就是采样了371次。按照scan duration =1.08 us,理论上应该1.08us就要采样一次,那正常应该是采样740次才对。
为啥相差大呢?还是我对采样次数理解有问题?谢谢!
Show Less
Hi ,
I am working on Psoc 6 (EVK CY8CPROTO-062-4343W) and i want to enable wifi so I include "cy_wcm.h"(In empty project) file and I got this error.
main.c:48:10: fatal error: cy_wcm.h: No such file or directory
48 | #include "cy_wcm.h"
Hello,
The page for CY8C6144LQI-S4F92 points to the datasheet for the CY8C61x8/A devices. That specific part is not mentioned anywhere in the datasheet. Am I missing something or is this a mistake / misnomer?
Best,
Sam Shersher
Show Less