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

Migration XMC4200 to XMC4400 in Dave 4.4.2

$
0
0
Is there a possibility to migrate a DAVE Project from a XMC4200 to XMC4400?
My application needs more RAM so I will use the XMC4400 instead. Both is LQFP64.
Best regards,
Tobias

Extract I / Q data and calculate range from raw data of Distance2Go

$
0
0
Hi,

The extract_raw_data.c example of the ComLib_C_Interface provided by Infineon within the D2G FW package is configured as follows:
interleaved_rx = 0, data_format = RADAR_RX_DATA_COMPLEX (please refer to frame_info->interleaved_rx, and frame_info->data_format)
The radar data of multiple RX antennas (1 for D2G) is stored in consecutive data blocks, where each block holds data of one antenna. Thus, the first 2 x 256 samples received are I1, Q1

The index calculation of a certain data sample captured from a certain RX antenna depends on the data interleaving and on real/complex data format.
For the extract_raw_data.c example default frame format configuration, the following code demonstrates how to access a data sample.
data_value_real = frame_start [(2 * ANTENNA_NUMBER ) * num_samples_per_chirp + SAMPLE_NUMBER];
data_value_imag = frame_start [(2 * ANTENNA_NUMBER + 1) * num_samples_per_chirp + SAMPLE_NUMBER];

Best Regards,
Montassar

Doubt in ICE1HS01G Controller

$
0
0
Hi there!

I have a doubt in the controller ICE1HS01G.

In case of output short circuit of the converter, the sample of current in pin 2 will be more than 1,6V and the controller will turn off.

After this, the only way to restart it is turn off and turn on the power supply??

I am working in a SMPS design for telecom, and sometimes the consumer will put the output cables in short circuit... so, the smps must be able to support this condition.

Sincerelly.

Marcelo

Debug and Program two XMC1xxx over SWD

Memory parity error xmc4400

$
0
0
Quote:

Originally Posted by rum View Post
NO NMI triggering. Why?
rum

Did you enable the trap at SCU_TRAP->TRAPDIS &= (uint32_t)~SCU_TRAP_TRAPSTAT_PET_Msk;

xmc1400 boot kit - can node not working

$
0
0
Hello Deni,

Thanks for your reply.

I tried short circuiting pins 0.4 and 0.5 on the board and tried to read the signal from one of those pins on a logic analyzer. I am not receiving any valid signals.

SPI with user header xmc4800 automation board

XMC4800 Relax Kit USB debug

$
0
0
Quote:

Originally Posted by jojahn View Post
Thanks ! I downloaded the software and still have some trouble...
I couldn't find any information on how to set it up the right way.
Attachment 3826

Hi,

Normally you do not need to setup anything when using DAVE.
In your case I can see that the executable is not found. Either you have not yet compiled the project or you got errors while compiling.
For more information about the plugin see https://gnu-mcu-eclipse.github.io/debug/jlink/. Bear in mind that in our case most of the settings are derived from the project settings.

Regards,
Jesus

XMC4700 EEPROM emulation

$
0
0
Hi,

You can use E_EEPROM emulation for any non volatile memory purpose including EtherCAT application. Have a look at the E_EEPROM_XMC4 APP.

Regards,
Jesus

SPI trasmit and receive on rising clock edge

$
0
0
Hi,

Maybe I'm wrong but from the W5500 datasheet it seems to me that the device is reading (sampling) on the rising edge and transmitting on the falling edge (toggling).
Check SPI_MASTER APP in DAVE
Attachment 3869

XMC_SPI_CH_ConfigureShiftClockOutput(XMC_SPI0_CH1,
XMC_SPI_CH_BRG_SHIFT_CLOCK_PASSIVE_LEVEL_0_DELAY_D ISABLED,
XMC_SPI_CH_BRG_SHIFT_CLOCK_OUTPUT_SCLK);

XMC_SPI_CH_DataLatchedInTrailingEdge(XMC_SPI0_CH1) ;

Regards,
Jesus
?????

Possible to use Ethernet and EtherCAT simultaneously?

Include file problems on ‹Simple Main Project› in DAVE

$
0
0
Hi,

We cannot reproduce your issue. Could you provide more details? Could you post a snapshot for the project creation dialog?

Regards,
Jesus

DAVE 4.4.2 and Micrium ucProbe

Include file problems on ‹Simple Main Project› in DAVE

$
0
0
Hi,

We cannot reproduce your issue. Could you provide more details? Could you post a snapshot for the project creation dialog?

Regards,
Jesus

Product Longevity for XMC

$
0
0
Does Infineon have a "Product Longevity" program like other MCU manufacturers do?
I refer to a page on which there is written for each XMC model the guarantee that it will be produced at least until that date.
Or other producers update this forecast annually. This is useful for choosing the product because it guarantees a longevity of it.
For example you can see this page of STM: https://www.st.com/content/st_com/en...longevity.html

Best regards
Andrea

1-Wire interface using half duplex UART

$
0
0
Can you be more specific? Do you have a example implementation or something else ?

Best Regards,
Marco

BLDC Hall Senosr Control BLDC FOC v1.4.0

$
0
0
Update:

we used an older Version of the board (v1.2) and the antiwindup example code works. may we ask why ?

TLE4922 2Go - Firmware is not started

$
0
0
Hi Jesusm

Thanks! It works :-) Is there the source for the sensor available? A sample for ARM Cortex would be great.

Thank you and best regards
Oleh

TLE9879 BDRV Drain source problem

$
0
0
Hi Sanyxx,
could you please increase the dead time and try again?
Best regards

Input Current Measurement of TLE 9879

$
0
0
Hey, I am using a TLE 9879 evaluation kit to drive BLDC motor.
I was trying to capture the input current of the kit from Jumper 5 using a oscilloscope. But the input current of the Kit was very small even when it is driving a Motor. Can we measure the input current of the motor using this jumper.
Viewing all 9892 articles
Browse latest View live


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