Recent discussions
- Apply
Hello all ,
I want to design a custom pcb with PSOC5LP on it , but I want to eliminate
The need for an external miniprog3 programmer to program that PSOC5LP (I want to program it through USB connector ) ,
I don't want the 10pin header on my board ,
I have looked how they did that in the evaluation board's (psoc5 059 , psoc4 pioneer kit ) ,
I can see they have another PSOC device that they are calling (kitprog) that is connected to usb data lines ,
And this kitprog PSOC is connected to a target PSOC device with the SWD lines (see attached block diagram ),
I have a couple of questions regarding that :
1.can Any psoc device be used as an KITPROG device ?(I want a small as possible psoc package , psoc5lp only ? )
2.How do you program that initial KITPROG device ? (if I don't have the 10pin header and the miniprog3 )
3.Where is the firmware for this KITPROG device ? ( I can't find anything on this subject, but I guess you must have some kind of firmware in that KITPROG psoc device )
Can you share your experience with implementing a kitprog device in your boards ?
any other lines that you must connect between KITPROG device and TARGET device except SWD lines ? (like reset ? )
Thanks
Eyal Lampel
Show Less
a few years back I did this, but I've lost track of where I got the utility. I need to put an image on the display. From my recollection I had to take the image (jpg I think) and run it through a utility that the e-ink manufacturer sent me. I got that information from you folks. Could you provide me the contact information or website for the e-ink manufacturer so I can get this utility again? Many thanks.
Steve
Show Less
Hi, @RupakC
I have started testing a new motor.
However, the RPM does not rise again.
Although the rated current was raised and the gatekill allowable range was widened, the RPM did not rise and the IPM exploded.
A new parameter value is needed again this time.
If you look at the specifications below, these are the test measurements for the new motor.
27.45mH
2.3ohm
36.0=KE
I attached the parameter file that I set.
I think we need a new value from Q60 to 63.
Please check and reply.
Show Less
For EVAL-1HS01G-1-200W board 's application note does not shown TR100 ( Transformer ) pin number properly. Pin marking is hide due to print on Red line.
What is proper pin number ?
Show LessHi I have a question
Referring to some documents from Infineon, I found IC 2ED2304S06F operating at very high frequency 100khz. So does it matter if I just use it at 15kHz?
Good Morning,
Can we please get the values of Drain, Source and Gate Inductances of the following SiC MOSFETs :
IMW120R220M1H
AIMW120R035M1H
Show Less
A XMC program can be set to run in either the cached or non-cached Flash memory space. Our application runs in the cached address space which allows it to run faster. We also have an update possibility within the application.
I am not sure if it is OK to use the cached Flash addresses during the re-programming. Does it make any difference which address space is used.
Show LessHi,
I think I don't have the correct driver for my Eval Board. How to fix it? It should be 'KitProg3' or similar. Previously it worked, maybe I have installed an another MCU development environment.
Show Less
Hello. Infineon team.
I'm Using TC367 MCU and I want to change CAN communication Module and node by using below example code.(i have 2 CAN IC on PCB board)
I tried to changed it, but it doesn't works.
Can you check it where is wrong?
---------------------------------------------------------------------------------------------------------------------
(i think below code is came from loop-back example code)
IfxCan_Can_initModuleConfig(&g_mcmcan.canConfig, &MODULE_CAN1);
IfxCan_Can_initModule(&g_mcmcan.canModule, &g_mcmcan.canConfig);
IfxCan_Can_initNodeConfig(&g_mcmcan.canNodeConfig, &g_mcmcan.canModule);
g_mcmcan.canNodeConfig.busLoopbackEnabled = FALSE;
g_mcmcan.canNodeConfig.nodeId = IfxCan_NodeId_0;
g_mcmcan.canNodeConfig.baudRate.baudrate = 500000;
g_mcmcan.canNodeConfig.frame.type = IfxCan_FrameType_transmit;
g_mcmcan.canNodeConfig.frame.mode = IfxCan_FrameMode_fdLong;
g_mcmcan.canNodeConfig.can->N[0].NPCR.B.RXSEL = 0x3;
g_mcmcan.canNodeConfig.txConfig.txMode = IfxCan_TxMode_dedicatedBuffers;
g_mcmcan.canNodeConfig.txConfig.txBufferDataFieldSize = IfxCan_DataFieldSize_64;
IfxCan_Can_initNode(&g_mcmcan.canSrcNode, &g_mcmcan.canNodeConfig);
---------------------------------------------------------------------------------------------------------------------
when i use above source code, the IC connected to CAN Module 1 / node 3 is works very well(tx:P13.0, rx:P13.1 and it is assigned pinmap assign file)
i changed bold part as below for using other CAN IC,,
&MODULE_CAN1 -> &MODULE_CAN0
g_mcmcan.canNodeConfig.can->N[0].NPCR.B.RXSEL = 0x3; -> 0x1;
and i assigned port like below picture(tx:P20.8 , rx:P20.7)
i understand as when i assign CAN port properly, but it doesn't works.
can you help me? and can you tell me what i should modify?
thank you.
Show Less