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

DAVE4 plugins

$
0
0
PEmicro support in DAVE4

PEmicro released a DAVE4 plugin supporting for PEmicro's Multilink debug probes and Cyclone programmers.
To use PEmicro's debug probes the user can simply install PEmicro's GDB Server Plug-In for ARM devices and then create a launch configuration.

Continue reading the PEmicro related blog entry at http://www.pemicro.com/blog/index.cfm?post_id=179

Have fun debugging!!

sense of output phase current....

$
0
0
Hi Infineon,

I need your help.
How can I sense my output phase current in my circuit?

thanks

thermal cycling capability

$
0
0
Hi Infineon,
I am working with your modules and need now your support.
Can you tell me where I can find any guide about thermal cycling capability of Infineon's modules?

Thanks in advance.

Using MemTool to flash TC297 and TC397

$
0
0
Thanks a lot for the information.

We could flash both the TC297 and also the TC397.

The TC397 bifaces framework provides very good workspace/framwork which takes care of the UCB as well

Thanks.

Field Oriented Control Libraries for AURIX uC

$
0
0
Hello to everybody,

Are there some "Field Oriented Control" Libraries (eg. for PMSM electric motor) for AURIX uC provided by Infineon resources?
(maybe similar to the ones provided for XMC1000 in AP32370).

Thank you so much for attention.
Sala ing. Stefano

QSPI with DMA problem on TC234

$
0
0
From what I can tell, there is an endianness incompatibility problem between the QSPI and DMA modules.
There is a QSPI feature ECON.BE that tries to "swap endianness" of the incoming data, but it appears to be broken.
Here's an example:

Given the byte stream 0x00 0x01 0x02 0x03 loaded via 32-bit DMA into the TXFIFO:

o ECON.BE = 0 (with BACON.BYTE = 0) will transmit:

32 bits: 0x03 0x02 0x01 0x00
24 bits: 0x02 0x01 0x00
16 bits: 0x01 0x00
8 bits: 0x00

o ECON.BE = 1 (with BACON.BYTE = 0) will transmit:

32 bits: 0x02 0x03 0x00 0x01
24 bits: 0x00 0x00 0x01
16 bits: 0x00 0x01
8 bits: 0x00

o ECON.BE = 2 (with BACON.BYTE = 0) will transmit:

32 bits: 0x00 0x01 0x02 0x03
24 bits: 0x01 0x02 0x00
16 bits: 0x00 0x00
8 bits: 0x00

None of the valid ECON.BE settings will send 24 bits as 0x00 0x01 0x02.

Anyone else notice this problem?

Toshi

I2C Communication with TLE493DW2B6

$
0
0
Good day,

I've been trying without success to communicate with my TLE493D devices (I have the A0).

When I scan the I2C bus using a Raspberry Pi or ESP32 the device "sees" it at 0x35. Datasheet specifies that it is actually at 0x6A (read) and 0x6B (write). I have tried to write and/or read, but always receive 0xFF back for all bytes.

I have attempted to read and write in single bytes as well as in two byte words, but no luck. I have also tried writing to the config register to set it to single byte, but I am still unable to read anything on any of the aforementioned addresses (I've been mostly focusing on simply trying to read back the config register).

The board I am using is a custom PCB which simply contains the TLE493D, I2C pullups and decoupling cap. I have looked at the SDA/SCL signals on the scope and they look perfect (nice sharp rise and fall times), and since this seems to be a common issue, I haven't yet tried to decode the I2C signals.


The more I dig into it I swear the more I get stumped... It really appears to me that I should be able to write a config value to 0x10 to set it as single byte and without INT etc. and then simply read the values, but I cannot get it to go. When I try to write to 0x6A using i2cset on the Pi it I get a "write failed" message (or similar message).

I have tried without success to use the Arduino code from github (after some code changes I can get it to compile, but it also seems to always read 0xFF from every register.

I'm really keen to get this working, as it really seems like the right sensor for my application, so any help is massively appreciated!

Paul

TLE9879 Evaluation Kit using BEMF

$
0
0
Hi Fiz,

thank you very much for your efforts and sorry for my late answer!
I have no time to try youre example, but above I show my settings and so I don't understand the answer!

Best regards
Eto

TLE9879 active braking a BLDC Motor

$
0
0
Hello,

I'm trying to brake a BLCD Motor.
I set the 3 Bridge Low Side Drivers to State ON to get a short-circuit between the coil's.
In any combination I tried this, allways any Over-current Status occurred.

How can I fix this Problem!?

Best regards
Eto

Connecting to IMC101T-T038 via IMOTION-LINK Debug Probe

$
0
0
Thanks for the update Casey. It works!

SPI APP bug on XMC4800

$
0
0
Hi,

Could you share the configuration of the SPI_MASTER APP?
Could you share the code where you invoke the SPI_MASTER_Transfer and you wait for the transfer to finish?

Regards,
Jesus

MERUS 1270 x2 clock syncronizing

$
0
0
Hi

MA12070 eval audio boards not being syncronized.
My slave unit does not respond as it should. Only noise. Not sure I wired it correctly but I would like some comment on how to do this right.

Attachment 4421
?????

About XMC4800 external clock selection

$
0
0
According BECKHOFF specification in regard to clock supply for PHY connection the initial PHY clock source has to be 25ppm or better:
https://download.beckhoff.com/downlo..._guidev2.6.pdf

"3.2 Clock supply
The initial accuracy at room temperature of the PHY clock source has to be 25 ppm or better. This enables
FIFO size reduction, i.e., forwarding delay reduction, and supports fast DC locking."

XMC1402 ADC Event Interrupt With FIFO

$
0
0
Hi,

Unfortunately this feature is not supported.

Regards,
Jesus

CCU42 on XMC 4100 (or 4200)


Problem with PWM_CCU8

$
0
0
Hi Jesus,

Thank you for looking at this. Version v4.1.26.does not work with my hardware and APP configuration. My channel 1 Inverted Output remains HIGH even though I have set the 'Passive level' to LOW.

I am using the XMC4500 and below are the APP configuration screens. One possible difference is the APP does not start during initialisation, I use the 'PWM_CCU8_Start' function.

Best regards
Aaron


Attachment 4431

Attachment 4426

Attachment 4427

Attachment 4428

Attachment 4429

Attachment 4430

DAVE.exe command line execution, where to keep the log

$
0
0
Hi,

is there a Solution on how to output or redirect the log for a headless Build?

Thanks

opc ua example on serial port

$
0
0
Hi!
I'd like to run the OPC UA example provided by Infineon on the XMC4300 relax kit and I'd like to communicate through the seral port instead of the TCP/IP protocol. Are these two things possible?

Hybrid Kit Drive (Sense) demo sw source code usage\building

$
0
0
Hello to everybody,

Do anyone knows which AURIX toolchain can be used to "build, edit and customize" the sw source code provided with the "Hybrid Kit Drive (Sense)"?
Could be the Aurix Development Studio, HighTec IDE, Tasking VX or some other 3rd party tool?

I suppose that those sw source code are related to the examples and funcionalities described in the app. notes:

1) Infineon-AN_HybridKit Drive Quickstart Manual-AN-v01_01-EN.pdf
https://www.infineon.com/dgdl/Infine...5fde4e83b32835

and
2) Infineon-Hybrid Kit Drive - Advanced Features of Evaluation Kit for HybridPack Drive-AN-v01_01-EN.pdf
https://www.infineon.com/dgdl/Infine...5f4e1c6f2c13f8

Thanks in advance,
Stefano

TriBoard TC277 - QSPI FIFO buffer not working

$
0
0
Hello All,
I am using Triboard TC27 working on QSPI non-DMA method. When I tried to transfer the the data from the TxBuffer Master(0x01,0x02,0x03,0x04) and the slave receive Buffer receiving data as (0xff, 0xff, 0xff,0xff).
I used Master and slave communication from the Triboard itself(QSPI 0 Master and QSPI 2 Slave).

When I tried the same program another triboard TC277(my colleague's) the same program works fine.

Kindly help me whether the issue is in board or the program? If the issue is board how to reset it back to normal.

Thank you everyone in advance,

Deepak
Viewing all 9892 articles
Browse latest View live


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