Quantcast
Channel: Infineon Forums
Viewing all 9892 articles
Browse latest View live

Choosing pins for external interupt

$
0
0
Hello Paul,

the Port I/O Functions table is the correct document to consult. A pin which is capable of being used as an interrupt source needs to be connected to the ERU. Have a look at the "Inputs" section of the table.

Kind regards

ATTENTION: Update your SEGGER JLink version to latest version (V6.20a as of today)

$
0
0
I have learned older SEGGER versions have problems to erase flash (timeouts) before downloading the binary.
This is especially true if your binary is bigger >256K.

You will see strange traps/behaviour without being further noticed after downloading the binary.

https://www.segger.com/downloads/jlink

Once the new version is installed, in the DAVE preferences, Window>Preferences (see below), update the version as below
Attachment 3125
?????

Sense2Go Development Kit Exporting Data

$
0
0
Hi jjn123,

may I please know if your kit is really the old (outdated) Sense2Go platform or successor platforms like Sense2Go2 or Sense2GoL? For latter ones we have software updates that are able to strem data via UART.

Best regards,
Thomas

Clamping extension to pins

$
0
0
Hello,

For one of the extensions to an existing design, I thought of adding clamps to the following question using general purpose diodes. Does this look right?

I wasn’t sure if one needs a current limiting resistor i.e. say if this isn’t an application where power dissipation is of primal importance. In this regard, can you get away without a current limiting resistor (to preserve impedance of source)?

Thanks.

Looking for a tool to get website ip address!

$
0
0
Hello guys,

As the title says, I need a seo tool which can be used to get website ip address. Do you know this kind of tool? If yes, which one do you use? I found a seo tool http://zzday.info/ This one can be used for different purpose like website server location, traffic analysis, hosting location, domain and ip address, who is info and many more.

If you have another option I am open to try this one too. Thanks!

PMSM_SCALAR_CTRL App

$
0
0
hi,
I am checking Apps in Dave help and looking for PMSM_SCALAR_CTRL. this app was mention in Dave help but I am not able to find the app in Dave 4.3.2.
is App still available ? Thank you.

Best Regards,
Felix

Pspice Simulation with IR 2113

$
0
0
Hello,
I am trying to setup a half bridge simulation with IR 2113 and IPx60R125 devices.
I have a boot strap circuit and have also charged the capacitor by giving pulse to low side switch first.
The simulation however fails with overflow and convert error. This error happens right at the beginning of the simulation.
I am unable to understand what is happening and would want some pointers and help to fix this issue.
I greatly appreciate any help.

How to give the master a random and a short address to my slave device?(DALI Protocol

$
0
0
I have not met this situation before

I2C Xmc4700 Relax Kit

$
0
0
Hello everyone,

I'm trying to use the example on i2c_master.h from line 805 to 827 to use I2C bus in the Xmc4700 Relax kit, I chose pin P0.13 and P3.15 on the DAVE CE (Manual Pins Allocator) and in Advanced Settings the Transmit and Receive mode are by Interrupt.

The only thing that are changed in this code are:

I2C_MASTER_StartTransmitIRQ(&I2C_MASTER_EEPROM,false,SLAVE_ADDRESS,mem_address,1,false);

and that I put the code in a While loop:


while(1)
{
mem_address[0] = 0x00;//memory which need to be read from slave
//Write data to IO EXPANDER
I2C_MASTER_StartTransmitIRQ(&I2C_MASTER_EEPROM,fal se,SLAVE_ADDRESS,mem_address,1,false);
while(I2C_MASTER_IsTxBusy(&I2C_MASTER_EEPROM));

I2C_MASTER_StartTransmitIRQ(&I2C_MASTER_EEPROM,fal se,SLAVE_ADDRESS,tx_buffer,64,true);
while(I2C_MASTER_IsTxBusy(&I2C_MASTER_EEPROM));
}


I;m checking if for signal with a scope and so far there is no signal with pull up resistor or with out pull up resistors.

Thanks in advance for the help

Best regards

Sense2GoL Implementing FMCW

$
0
0
Hi Kasper,

unfortunately with the Sense2GoL platform it is not possible to operate FMCW modulation for two reasons

1. Microcontroller used does not have a DAC to drive the ramp
2. The port for tuning voltages on the RADAR MMIC (VTUNE) currently is fixed by HW to the temperature output of the chip to keep the MMIC in CW mode. This one would be the one that needs to be driven by a DAC

Thus, to conclude Sense2GoL was developed as a Doppler Radar Chip. FMCW operation is not possible without HW changes.

Best regards,
Thomas

IR2110 high side

$
0
0
Hello,

I followed that tips and now my H bridge is working well, just want to say thank you very much and ask one more question: when using the IR2110 with high frequencies of 500 kHz until 1 MHz, does the time the bootstrap capacitor needs to charge may reduce the range of duty cycle in which the motor works properly? I think the response time of devices reduces this range, but can the charge of the capacitor reduce it more? Is there any other device recomended to work at these frequencies?

Thank you again, I attach the schematic of my circuit in case anyone finds it useful.Attachment 3131
?????

LWIP eternetif.c driver latest status

$
0
0
Nice. Where can I download it? Why DAVE does not find new updates?

rum

The DAVE4.3.2 doesn't support DAP miniwiggler,only support Jlink?

$
0
0
:eek:?I can't find the selection of "universal debug access debug" like DAVE3.1.10.And I can't debug or download program using DAP miniwiggler under DAVE4.3.2.
Thank you.

DAVE4 + I2C = Problem. (XMC2Go)

$
0
0
Hi,

It should work also in DAVE4.
Did you check with a logic analyzer what is going on in the line?
Which kind of sensor are you trying to interface?

Regards,
Jesus

No source avaliable for "0x8004614"

$
0
0
Hello everyone,
i'm working, for the first time, with a microcontroller XMC4500 and when i compile DEBUG at the end i have this message : No source available for "0x8004614()".
What does it means?

Thanks.

XMClib POSIF as Quadrature encoder example.

$
0
0
I use an incremental encoder, and try to use the index signal to reset the position count to prevent the position error accumulation problem. The index signal is connected to the CCU41 event0. I detected it happens with an oscilloscope. I use following code to setup the interrupt.
/* Enable CC41 event */
XMC_CCU4_SLICE_EnableEvent(SLICE1_PTR, XMC_CCU4_SLICE_IRQ_ID_EVENT0);

/* Connect capture on CC41 event 0 to SR0 */
XMC_CCU4_SLICE_SetInterruptNode(SLICE1_PTR, XMC_CCU4_SLICE_IRQ_ID_EVENT0, XMC_CCU4_SLICE_SR_ID_0);

/* Set NVIC priority */
NVIC_SetPriority(CCU41_0_IRQn, 3U);

/* Enable IRQ */
NVIC_EnableIRQ(CCU41_0_IRQn);

The interrupt service routine:
void CCU41_0_IRQHandler(void)
{
/* Clear pending interrupt */
XMC_CCU4_SLICE_ClearEvent(SLICE1_PTR, XMC_CCU4_SLICE_IRQ_ID_EVENT0);

// Reset position count
XMC_CCU4_SLICE_SetTimerValue(SLICE0_PTR, 0);
}

However, the interrupt never happens. Does anyone can help me to find what I did wrong? I appreciate any suggestion to make it work.

Regards,
Yaoxin

EtherCAT SSC Tool - uint16 arrays and uint32 values

$
0
0
Hi all,

I am working on EtherCAT with the SSC Tool. I have big trouble to send UINT32 values and UINT arrays. Does anyone have an example .xls file which can be imported into SSC Tool (called application at SSC Tool)? Using my files I usually get an error at Beckhoff master '0x001d - Invalid SM OUT cfg'.

Thank you in advance.

Greetings
Fretar

SMPS by using ICE2HS01G

$
0
0
What is the link to your design in Infineon Designer? Please describe your problem.

CPU_TC.048 TC1796 Need for NOP before RET?

CCU4 capture register contains no data with XMC1300 internal temperature over 85 °C

$
0
0
We have an LED lighting application using DALI, based on XMC1300. The lamp must operate continuously at over 85°C.

We discovered in testing that the DALI interface fails to receive data when the MCU internal temperature exceeds approximately 85 °C.

We traced this failure back to the CCU4 module. The CCU4 generates an interrupt on edge detection, but the
capture register does not contain valid data.

That is, the interrupt is generated, but the capture register value is zero.

As soon as the temperature is reduced, the capture register once more contains valid results.

Part number is XMC1302-T038X0200 AB. This part is rated for use up to 105 °C.

Can anyone provide us with guidance on how to proceed?
Viewing all 9892 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>