Recent discussions
Sort by:
DAVE™
Hello,after some trouble I was able to build up an Echo Server with RTOS and LWIP from scratch. I added the project. In the second step I wanted to e...
Show More
Hello,
after some trouble I was able to build up an Echo Server with RTOS and LWIP from scratch. I added the project. In the second step I wanted to exchange the Keil-RTX RTOS by Free-RTOS. But the server is not running anymore. What I am doing wrong Show Less
after some trouble I was able to build up an Echo Server with RTOS and LWIP from scratch. I added the project. In the second step I wanted to exchange the Keil-RTX RTOS by Free-RTOS. But the server is not running anymore. What I am doing wrong Show Less
DAVE™
Hello,I am trying to implement a TCP client on the XMC4800. This client should be able to send individual messages to a Server and to receive the resp...
Show More
Hello,
I am trying to implement a TCP client on the XMC4800. This client should be able to send individual messages to a Server and to receive the response messages.
For the beginning, I worked with the "IOT_EXAMPLE_XMC47" and implemented this example for a XMC4800. Also, I removed some functions which I don't need for the communication. I have this source code so far:
I use Wireshark to analyze the network communication between the XMC and my PC. But the TCP connection always resets and I don't know why. Maybe because my PC is not working for a host?

I also tried to connect the XMC with Putty (RAW Connection type), but that doesn't work either. Besides, I do get a ping response form the XMC.*
PS: I hope you can open the zip attachment wich includes the project.
Thank you for your help!
Regards,
Maxi Show Less
I am trying to implement a TCP client on the XMC4800. This client should be able to send individual messages to a Server and to receive the response messages.
For the beginning, I worked with the "IOT_EXAMPLE_XMC47" and implemented this example for a XMC4800. Also, I removed some functions which I don't need for the communication. I have this source code so far:
I use Wireshark to analyze the network communication between the XMC and my PC. But the TCP connection always resets and I don't know why. Maybe because my PC is not working for a host?
I also tried to connect the XMC with Putty (RAW Connection type), but that doesn't work either. Besides, I do get a ping response form the XMC.*
PS: I hope you can open the zip attachment wich includes the project.
Thank you for your help!
Regards,
Maxi Show Less
DAVE™
Hello,I´m trying to implement a ethernet connection between my PC, the XMC4800 and another device. I have never implemented a Ethhernet connection wit...
Show More
Hello,
I´m trying to implement a ethernet connection between my PC, the XMC4800 and another device. I have never implemented a Ethhernet connection with Dave befor. Therfor I tried to understand the Infineon-XMC4700_lwip_httpserver example (https://www.infineon.com/cms/de/product/evaluation-boards/kit_xmc48_relax_ecat_v1/#!?fileId=5546d46250cc1fdf0151390b95bd1eee).
My Pc and my board are connected directly (so I´m using OPT2) with an ethernet cable. I am not using a crossover ethernet cable, just a normal one (dont´n know if thats the problem). The Ip adress and the networ mask are fixed. But when I test and debug the programm, I can't analyse any network protocolls beeing send (I am using Wireshark for the analysation).
I am able to toggle both LEDs and I get response when pinging the Ip-adress. I am just wondering why there is no network protocoll communication between the XMC and my PC in Wireshark.
Thank you for your help. Show Less
I´m trying to implement a ethernet connection between my PC, the XMC4800 and another device. I have never implemented a Ethhernet connection with Dave befor. Therfor I tried to understand the Infineon-XMC4700_lwip_httpserver example (https://www.infineon.com/cms/de/product/evaluation-boards/kit_xmc48_relax_ecat_v1/#!?fileId=5546d46250cc1fdf0151390b95bd1eee).
My Pc and my board are connected directly (so I´m using OPT2) with an ethernet cable. I am not using a crossover ethernet cable, just a normal one (dont´n know if thats the problem). The Ip adress and the networ mask are fixed. But when I test and debug the programm, I can't analyse any network protocolls beeing send (I am using Wireshark for the analysation).
I am able to toggle both LEDs and I get response when pinging the Ip-adress. I am just wondering why there is no network protocoll communication between the XMC and my PC in Wireshark.
Thank you for your help. Show Less
DAVE™
Hi, Forums.I'm using DAVE V4.3.2, J-Link V600 and MCU is XMC1402-0128.debug doesn't work.Error message advice me to check power and cable connect.But ...
Show More
Hi, Forums.
I'm using DAVE V4.3.2, J-Link V600 and MCU is XMC1402-0128.
debug doesn't work.
Error message advice me to check power and cable connect.
But it is noraml.
How solve this problem.
Show Less
I'm using DAVE V4.3.2, J-Link V600 and MCU is XMC1402-0128.
debug doesn't work.
Error message advice me to check power and cable connect.
But it is noraml.
How solve this problem.
DAVE™
HI,I bought a H-bridge Kit 2GO with include XMC110 and IFX9201. I tested demo, project : Infineon-HBK_2Go_Simple_Motor_Control_DAVE4-FW-v02_01-EN(1). ...
Show More
HI,
I bought a H-bridge Kit 2GO with include XMC110 and IFX9201. I tested demo, project : Infineon-HBK_2Go_Simple_Motor_Control_DAVE4-FW-v02_01-EN(1). It's ok. Motor turn with command by port com (USB).
But , this program use mode debugg. I don't know DAVE. How I can use code in target without mode debugg. How use code indepentently, autonomous ?
best regards Show Less
I bought a H-bridge Kit 2GO with include XMC110 and IFX9201. I tested demo, project : Infineon-HBK_2Go_Simple_Motor_Control_DAVE4-FW-v02_01-EN(1). It's ok. Motor turn with command by port com (USB).
But , this program use mode debugg. I don't know DAVE. How I can use code in target without mode debugg. How use code indepentently, autonomous ?
best regards Show Less
DAVE™
Today we have published new versions of DAVE APPs and Device Pack including the new XMCLib v2.2.0 for DAVE4You will be notified about the update next ...
Show More
Today we have published new versions of DAVE APPs and Device Pack including the new XMCLib v2.2.0 for DAVE4
You will be notified about the update next time you start DAVE4, giving you the possibility to update your installation.
Download DAVE APPs release notes
Download Device Pack release notes
Download XMCLib release notes
Download the complete library update sites as zip file for DAVE 4.4.2 Show Less
You will be notified about the update next time you start DAVE4, giving you the possibility to update your installation.
Download DAVE APPs release notes
Download Device Pack release notes
Download XMCLib release notes
Download the complete library update sites as zip file for DAVE 4.4.2 Show Less
DAVE™
Hello,I am getting an error when trying to open an older project / switch the workspace, that the .project file is missing. I do not remember deleting...
Show More
Hello,
I am getting an error when trying to open an older project / switch the workspace, that the .project file is missing. I do not remember deleting or moving it. Can I somehow re-generate it?
Thanks in advance Show Less
I am getting an error when trying to open an older project / switch the workspace, that the .project file is missing. I do not remember deleting or moving it. Can I somehow re-generate it?
Thanks in advance Show Less
DAVE™
퐓퐞̂́퐭 đ퐞̂́퐧 퐫퐨̂̀퐢, 퐦퐚퐮 퐦퐚퐮 퐜퐚̣̂퐩 퐧퐡퐚̣̂퐭 퐁퐀́퐎 퐂퐀́퐎 퐓퐇퐈̣ 퐓퐑퐔̛퐎̛̀퐍퐆 퐈퐓 퐦퐨̛́퐢 퐧퐡퐚̂́퐭 ퟐퟎퟐퟎ 퐜퐮̉퐚 퐈퐓퐍퐚퐯퐢 퐭퐡퐨̂퐢!!!Với đặc thù riêng của ngành, ứng viên IT luô...
Show More
퐓퐞̂́퐭 đ퐞̂́퐧 퐫퐨̂̀퐢, 퐦퐚퐮 퐦퐚퐮 퐜퐚̣̂퐩 퐧퐡퐚̣̂퐭 퐁퐀́퐎 퐂퐀́퐎 퐓퐇퐈̣ 퐓퐑퐔̛퐎̛̀퐍퐆 퐈퐓 퐦퐨̛́퐢 퐧퐡퐚̂́퐭 ퟐퟎퟐퟎ 퐜퐮̉퐚 퐈퐓퐍퐚퐯퐢 퐭퐡퐨̂퐢!!!
Với đặc thù riêng của ngành, ứng viên IT luôn có mức thu nhập và chế độ đãi ngộ hấp dẫn cùng với cơ hội việc làm rộng mở từ các tập đoàn lớn nhỏ trên cả nước. Đó cũng là lý vì sao, dù hứng chịu rất nhiều ảnh hưởng nghiệm trọng của dịch Covid-19 vào năm 2020, nhưng nhân lực ngành IT vẫn tăng trưởng rất mạnh mẽ.
“푄푢푎푛ℎ 푛푎̆푚 푙표̣ 푚표̣ đ푒̂푚 푛푔푎̀푦
퐶푢표̂́푖 푛푎̆푚 푙푢̛표̛푛푔 푡ℎ푢̛표̛̉푛푔 đ푢̛표̛̣푐 푐푎̂̀푚 푡푟푒̂푛 푡푎푦”
Để các ứng viên và nhà tuyển dụng có cái nhìn tổng quan hơn về ngành và mức lương thưởng trong ngành, ITNavi đã thực hiện phỏng vấn 250 Nhà tuyển dụng và 12500 Ứng viên IT để biên soạn BÁO CÁO THỊ TRƯỜNG IT 2020.
Đây là tài liệu HOÀN TOÀN MIỄN PHÍ sẽ cung cấp cho nhà tuyển dụng và ứng viên bức tranh toàn cảnh về thị trường lương thưởng ngành IT trong giai đoạn giáp Tết và những dự đoán về chính sách vào năm 2021. Từ đó, nhà tuyển dụng sẽ nắm được mức lương cho từng vị trí trong ngành IT đồng thời ứng viên có thể căn cứ để đánh giá mức lương hiện tại của bản thân
Tải tài liệu tại link: http://bit.ly/ITNavi_BaocaothitruongIT2020
-------------
Đã có hơn 400,000+ ứng viên tìm được cơ hội việc làm với mức lương hấp dẫn tại ITNavi - Top 3 trang tuyển dụng IT hàng đầu Việt Nam
Truy cập ngay: https://itnavi.com.vn/ để KICK OFF YOUR CAREER PATH vào năm 2021
Liên hệ hỗ trợ theo hotline: 033 306 6565 Show Less
Với đặc thù riêng của ngành, ứng viên IT luôn có mức thu nhập và chế độ đãi ngộ hấp dẫn cùng với cơ hội việc làm rộng mở từ các tập đoàn lớn nhỏ trên cả nước. Đó cũng là lý vì sao, dù hứng chịu rất nhiều ảnh hưởng nghiệm trọng của dịch Covid-19 vào năm 2020, nhưng nhân lực ngành IT vẫn tăng trưởng rất mạnh mẽ.
“푄푢푎푛ℎ 푛푎̆푚 푙표̣ 푚표̣ đ푒̂푚 푛푔푎̀푦
퐶푢표̂́푖 푛푎̆푚 푙푢̛표̛푛푔 푡ℎ푢̛표̛̉푛푔 đ푢̛표̛̣푐 푐푎̂̀푚 푡푟푒̂푛 푡푎푦”
Để các ứng viên và nhà tuyển dụng có cái nhìn tổng quan hơn về ngành và mức lương thưởng trong ngành, ITNavi đã thực hiện phỏng vấn 250 Nhà tuyển dụng và 12500 Ứng viên IT để biên soạn BÁO CÁO THỊ TRƯỜNG IT 2020.
Đây là tài liệu HOÀN TOÀN MIỄN PHÍ sẽ cung cấp cho nhà tuyển dụng và ứng viên bức tranh toàn cảnh về thị trường lương thưởng ngành IT trong giai đoạn giáp Tết và những dự đoán về chính sách vào năm 2021. Từ đó, nhà tuyển dụng sẽ nắm được mức lương cho từng vị trí trong ngành IT đồng thời ứng viên có thể căn cứ để đánh giá mức lương hiện tại của bản thân
Tải tài liệu tại link: http://bit.ly/ITNavi_BaocaothitruongIT2020
-------------
Đã có hơn 400,000+ ứng viên tìm được cơ hội việc làm với mức lương hấp dẫn tại ITNavi - Top 3 trang tuyển dụng IT hàng đầu Việt Nam
Truy cập ngay: https://itnavi.com.vn/ để KICK OFF YOUR CAREER PATH vào năm 2021
Liên hệ hỗ trợ theo hotline: 033 306 6565 Show Less
DAVE™
Hello!I know I can update the Apps via Help -> Check for DAVE APP Updates.However, after updating to the latest Apps my projects are still using the o...
Show More
Hello!
I know I can update the Apps via Help -> Check for DAVE APP Updates.
However, after updating to the latest Apps my projects are still using the old ones.
How can I tell Dave to use the latest ones instead?
Thanks! Show Less
I know I can update the Apps via Help -> Check for DAVE APP Updates.
However, after updating to the latest Apps my projects are still using the old ones.
How can I tell Dave to use the latest ones instead?
Thanks! Show Less
DAVE™
Hi,I'm writing an application using the USBD_VCOM library, a relax kit with the XMC4800 and a Windows10 PC.All my drivers are up to date.I need my app...
Show More
Hi,
I'm writing an application using the USBD_VCOM library, a relax kit with the XMC4800 and a Windows10 PC.
All my drivers are up to date.
I need my application to write a menu (multiple selections through characters) on the screen through a text terminal and the COM port .
Something like:
const unsigned char ucMenu[] =
"\n\r"
"1 ... OPTION1\n\r"
"2 ... OPTION2\n\r"
"3 ... OPTION3\n\r"
"4 ... OPTION4\n\r"
"5 ... OPTION5\n\r"
"6 ... OPTION6\n\r"
"\n"
"your choice: ";
This must happen automatically after that the terminal (I'm using Putty) has been connected to the COM port generated by the microcontroller.
At the moment, this is the sequence:
- run the application
- run Putty
- send a character on the COM port generated through USB
AND ONLY HERE I CAN print the menu because if I send anything on the port before the app receives the first character, this is not displayed
So basically, whatever I is written before I run Putty is not displayed and I need to input a character for the uC to receive the first byte and understand that it can print something which will be seen.
I'd like to find a way to get my app to understand when Putty is connected.
Would it be possible?
Thanks and regards,
Ale Show Less
I'm writing an application using the USBD_VCOM library, a relax kit with the XMC4800 and a Windows10 PC.
All my drivers are up to date.
I need my application to write a menu (multiple selections through characters) on the screen through a text terminal and the COM port .
Something like:
const unsigned char ucMenu[] =
"\n\r"
"1 ... OPTION1\n\r"
"2 ... OPTION2\n\r"
"3 ... OPTION3\n\r"
"4 ... OPTION4\n\r"
"5 ... OPTION5\n\r"
"6 ... OPTION6\n\r"
"\n"
"your choice: ";
This must happen automatically after that the terminal (I'm using Putty) has been connected to the COM port generated by the microcontroller.
At the moment, this is the sequence:
- run the application
- run Putty
- send a character on the COM port generated through USB
AND ONLY HERE I CAN print the menu because if I send anything on the port before the app receives the first character, this is not displayed
So basically, whatever I is written before I run Putty is not displayed and I need to input a character for the uC to receive the first byte and understand that it can print something which will be seen.
I'd like to find a way to get my app to understand when Putty is connected.
Would it be possible?
Thanks and regards,
Ale Show Less