Featured Discussions
Hi fellows,
Could anyone tell why I receive a run time error related to comparison of integers, something like this:
uint64_t myNum;
if(myNum >= (uint64_t)0xFFFFFFFFU) {//do something}.
My function refuses to do the comparison and returns the value of 2^31, which is unexpected.
Thanks in advance.
Show LessI’m trying to add a USB Virtual Com port to my Free RTOS application using the emUSB library.
I added the mtb-example-psoc6-usb-cdc-echo example code modified to run in free RTOS into my existing application with multiple tasks running but the application crashes when I plug the USB cable in. - See attached screenshot
Prior to plugging in the cable all runs fine.
So I tried just the echo example on its own modified to run in Free RTOS on its own, which sort of works as expected other than in Debug I got a strange error:
Error: FreeRTOS top used priority is unreasonably big, not proceeding: 268471517
Warn : GDB request targeting non-existent thread (0x1)
Warn : GDB request targeting non-existent thread (0x1)
If I run without the debugger it runs fine.
Not sure if the issues are related or not, but either way I'm out of ideas of what the issue is. I've tried removing tasks, increasing task stack but no luck.
Any advice would be appreciated.
Regards
Dave
Show LessHello everyone,
I am changing the BCM5241 PHY to ADIN1200 PHY, because BCM5241 is obsolete.
My source code works fine with the BCM5241, but there seems to be a problem with the ADIN1200 PHY.
I use ADIN1200 based on "XMC4300_Relax_EtherCAT_Kit_V2.1" design, after powering on, connecting RJ45 to Laptop, I can't scan BOX, and I don't see ACT LED and LINK LED working.
Please suggest me how to solve this problem, thank you everyone!
Show LessHi,
for my UART port pins there is no API generated.
Under Mapping Contiguous is selected.
Whats going on?
客户产品量产阶段出现芯片不停复位,经过分析确认是看门狗复位,调整看门狗喂狗时间解决问题。能否提供温度对内部时钟影响的曲线图,谢谢!
Hi,
when Im using HFP handsree example code, we are facing issues
1.In the handsfree_connection_event_handler function , we commented status as I mentioned in below snippet as we observed that clip event is not happening (when we connected Bluetooth headset clip event is happening)and audio is going to connected mobile device
2. In the handsfree_connection_event_handler function ,Without commenting status as I mentioned in below snippet as we observed clip_event event is happening(connect or without connect bluetooth headset) but the audio is going to our cypress module(cybt 413061).
we require both clip event (without connecting Bluetooth headset)and audio has to go to connected mobile device , what changes can I do to achieve this functionality.
Regards and thanks
chandru.
Show Less
Hi,
I am using TLE9104SH as a low-side switch. I want to control it with IN1,2,3,4, not from SPI. According to the datasheet, for enabling the output and disenabling the watchdog I have to write device registers, so can I receive an example code for my application?
Regards.
Show LessI have to synchronize three boards with a single master clock of 2 MHz. In addition, the three boards must work like this: two at 100kHz and one at 20 kHz.
How can I do this?
Thank you very much in advance.
Show LessHello everyone, I need some help.
I need a good understanding of what pre-calibration and post-calibration consist of.
I need to know in detail what they are, what they do and what role they play.
Thanks in advance.
Show LessHi,
I am trying to use a USB to UART converter, connecting it to TX/RX 0 and program the imc102T with the MCEDesigner.
Normally, i can do it without a problem when the parameters are not in the imc102t. But after programing the firmware parameters, if i try to program it again, it gives the following error:
To program again i need to follow this instructions,Solved: imc102 i motion link communication problem - Infineon Developer Community, to get this message to program parameters file:
1 - Someone has a clue why this is happening? and how can i solve it?
2 - Is the Debugger in the board doing something more to download the firmware and parameters?
Thanks,
Paulo
Show Less