↧
Need J-link license to debug demo board in DAVE?
↧
Automotive CAN bus interface using an XMC4500 - Getting started
↧
↧
XMC Flasher App. Command Line Arguments / Batch files or multilingual user interface
Hi,
I would use JLink from Segger, see https://wiki.segger.com/J-Link_Comma...tch_processing (Connecting to a specific J-Link)
You can flash a device using JLink with a simple script, i.e.
device XMC4800-2048
si SWD
speed auto
erase
loadbin test.bin, 0x0c000000
r
g
q
Then run jlink.exe with the -commanderscript argument as explained in link above.
Regards,
Jesus
I would use JLink from Segger, see https://wiki.segger.com/J-Link_Comma...tch_processing (Connecting to a specific J-Link)
You can flash a device using JLink with a simple script, i.e.
Quote:
device XMC4800-2048
si SWD
speed auto
erase
loadbin test.bin, 0x0c000000
r
g
q
Regards,
Jesus
↧
Ethernet Demo on TC3xx starter kit
Hello everyone,
i have an Issue with the Demo for the Gigabit Ethernet in the iLLD_1_0_1_9_0_TC3xx. After Initialisation the Status Register of the DMA shows all errors and Fatal Bus Error. The MDIO and RGMII Interfaces to the Phy are working
as i can change its data by adress and if i send something external via Ethernet to the Phy, i can see that there is an overflow in the MTL Queue.
The Problem is that the Status of the DMA does not change anymore in the demo and the Interrupt for sending complete is never raised (TI) it stays in its errors and the Transmition is stopped interrupt stays. Same for receive.
Is there maybe something wrong with my interface from the DMA to the AHB ? Maybe the Init of the Arbiter is wrong?
Can someone help me?
Thanks!
i have an Issue with the Demo for the Gigabit Ethernet in the iLLD_1_0_1_9_0_TC3xx. After Initialisation the Status Register of the DMA shows all errors and Fatal Bus Error. The MDIO and RGMII Interfaces to the Phy are working
as i can change its data by adress and if i send something external via Ethernet to the Phy, i can see that there is an overflow in the MTL Queue.
The Problem is that the Status of the DMA does not change anymore in the demo and the Interrupt for sending complete is never raised (TI) it stays in its errors and the Transmition is stopped interrupt stays. Same for receive.
Is there maybe something wrong with my interface from the DMA to the AHB ? Maybe the Init of the Arbiter is wrong?
Can someone help me?
Thanks!
↧
1ED020I12FTA- Gate Driver Parameter
Hi.
I have following queries regarding 1ED020I12FTA IGBT driver.
1.What is the maximum and minimum frequency of operation?
2.Which Zener diode is preferred for use in application circuit?
Kindly request someone to answer the above questions
Thanks and regards
I have following queries regarding 1ED020I12FTA IGBT driver.
1.What is the maximum and minimum frequency of operation?
2.Which Zener diode is preferred for use in application circuit?
Kindly request someone to answer the above questions
Thanks and regards
↧
↧
CAN and Ramping D to A
Attached is a program for generating severe cold cranking waveform, VW 80000 (severe)
You need a XMC4700 relax board + noninverting power opamp with a gain of 8 to make it work.
Push button to make waveform.
You need a XMC4700 relax board + noninverting power opamp with a gain of 8 to make it work.
Push button to make waveform.
↧
TLE9879QXA40 software reset or WDT reset problem
↧
Can't create new project after updating APPs and XMCLib
Hi all,
since my last manual (downloaded/local) update of Dave Apps and XMCLib i can't create a new project. The "next" button is active but clicking on it has no effect. I've also tried to the solution with the Library Store path but with no effect.
Is there any solution to this problem?
Thanks
Stefan
since my last manual (downloaded/local) update of Dave Apps and XMCLib i can't create a new project. The "next" button is active but clicking on it has no effect. I've also tried to the solution with the Library Store path but with no effect.
Is there any solution to this problem?
Thanks
Stefan
↧
SDMMC_BLOCK error
Hi all,
since updating Dave 4.3.2 with the current Dave Apps and XMCLib (2.1.18) I've got a problem with FATFS->SDMMC_BLOCK->SPI_MASTER. When I try to compile I get the following errors:
"SDMMC_BLOCK requires XMC Peripheral Library v2.1.20 or higher" <-- and this is crazy, because it was an official update package from the infineon homepage....
and
"SDMMC_BLOCK_SDV2_CSD_t' has no member named 'dev_size_high"
After installing Dave 4.4.2 with XMCLib version 2.1.20 I still get the message "SDMMC_BLOCK_SDV2_CSD_t' has no member named 'dev_size_high"
The error occurs in function: SDMMC_BLOCK_SPI_GetSectorCount
What is wrong in these libraries?
Thanks and regards
Stefan
since updating Dave 4.3.2 with the current Dave Apps and XMCLib (2.1.18) I've got a problem with FATFS->SDMMC_BLOCK->SPI_MASTER. When I try to compile I get the following errors:
"SDMMC_BLOCK requires XMC Peripheral Library v2.1.20 or higher" <-- and this is crazy, because it was an official update package from the infineon homepage....
and
"SDMMC_BLOCK_SDV2_CSD_t' has no member named 'dev_size_high"
After installing Dave 4.4.2 with XMCLib version 2.1.20 I still get the message "SDMMC_BLOCK_SDV2_CSD_t' has no member named 'dev_size_high"
The error occurs in function: SDMMC_BLOCK_SPI_GetSectorCount
What is wrong in these libraries?
Thanks and regards
Stefan
↧
↧
XMC4500 relax kit - Spi communication
Hello,
It's works now a little bit better.
I changed the mode from interrupt (as it is in the example code) to direct.
Deleting works and reading is done for any number of bytes. But writing doesn't work perfectly.
Depending on how many bytes I write, message is correct. But there is no pattern recognizable.
256 bytes can be written without errors. At 8, 14 and 41 bytes, however, an error occurs,
but 7 and 9 bytes can be written again. On the basis of the oscilloscope pictures it can be seen
that the slave select line goes high in the middle of the data transfer of the payload to be sent.
The behaviour is not apparent with the other data sets.
I hope, you have an idea, why it can be.
Kind regards
Tobi
It's works now a little bit better.
I changed the mode from interrupt (as it is in the example code) to direct.
Deleting works and reading is done for any number of bytes. But writing doesn't work perfectly.
Depending on how many bytes I write, message is correct. But there is no pattern recognizable.
256 bytes can be written without errors. At 8, 14 and 41 bytes, however, an error occurs,
but 7 and 9 bytes can be written again. On the basis of the oscilloscope pictures it can be seen
that the slave select line goes high in the middle of the data transfer of the payload to be sent.
The behaviour is not apparent with the other data sets.
I hope, you have an idea, why it can be.
Kind regards
Tobi
↧
IGOT60R070D1 non-encrypted spice model
Hello,
I am using the provided simulation models of IGOT60R070D1 to evaluate the power losses on a half-bridge LLC circuit. I run simulation on SIMetrix-SIMPLIS Elements 8.20 and LTSpice XVII but both the software get errors with the encrypted Spice model. Could you provide the non-encrypted models for the simulation?
Thank you for considering my question
I am using the provided simulation models of IGOT60R070D1 to evaluate the power losses on a half-bridge LLC circuit. I run simulation on SIMetrix-SIMPLIS Elements 8.20 and LTSpice XVII but both the software get errors with the encrypted Spice model. Could you provide the non-encrypted models for the simulation?
Thank you for considering my question
↧
TLE9879 BDRV Drain source problem
I do not have equipment for directly measuring Vgs high side.
In previous oscilloscope (pic 3) you can see that in stopped mode Vgs of high side mosfets are zero. But DS flags setted.
I think that i not correct made BDRV settings. I may send you my project for evalkit and GUI in private and you will can saw that problem.
In previous oscilloscope (pic 3) you can see that in stopped mode Vgs of high side mosfets are zero. But DS flags setted.
I think that i not correct made BDRV settings. I may send you my project for evalkit and GUI in private and you will can saw that problem.
↧
TC1782 12 bit SPI
I changed to 8 bit mode and it worked also eventually used just chip select rather than slave select.
Part of my problem may have been damaged devices I probably overheated them on install awaiting more to retry.
As they were dacs perhaps the resistor ladder was damaged I was getting a strange non-linear response but eventually one of the boards worked perfectly.
I have not tried 12bit again as 8bit would be easier to use anyway
Part of my problem may have been damaged devices I probably overheated them on install awaiting more to retry.
As they were dacs perhaps the resistor ladder was damaged I was getting a strange non-linear response but eventually one of the boards worked perfectly.
I have not tried 12bit again as 8bit would be easier to use anyway
↧
↧
Raw TPC with lwIP on AURIX_TC297_TFT
Hi,
I am using AURIX_TC297_TFT and I would like to know if there are some examples of client and server using lwIP for Raw TCP connection.
In the starter kit I found an echo.h/echo.c exposing some functions, but I cannot find any example on how to use them.
In alternative, I was trying to use tcp.h/tcp.c files, but again I cannot find an example with the usage for my specific board (AURIX_TC297_TFT).
Can someone please help me?
Thanks in advance.
I am using AURIX_TC297_TFT and I would like to know if there are some examples of client and server using lwIP for Raw TCP connection.
In the starter kit I found an echo.h/echo.c exposing some functions, but I cannot find any example on how to use them.
In alternative, I was trying to use tcp.h/tcp.c files, but again I cannot find an example with the usage for my specific board (AURIX_TC297_TFT).
Can someone please help me?
Thanks in advance.
↧
[XMC4700] Cannot SPI(Fullbuplex) Master Received Correctly Data
Hi Jesus,
Thank you for advice.
I changed A1+ to A2 pad on SPI, the problem improves now. And I try internal loop-back to clarify this problem that depend on drive capability.
Thank you for advice.
I changed A1+ to A2 pad on SPI, the problem improves now. And I try internal loop-back to clarify this problem that depend on drive capability.
↧
DAVE Synchronized Conversions using ADC_MEASUREMENT_ADV allows wrong pins?!
Hi,
If the same channel is not used, then alias feature needs to be used: the APP is configuring it for you.
Regards,
Jesus
If the same channel is not used, then alias feature needs to be used: the APP is configuring it for you.
Regards,
Jesus
↧
XMC1000 TIP of the day: Connect via UART bootstrap loader
I have the same problem.
The default value of BMI (0x10000e00) is 0xffc0 and so ASC_BSL ist activ.
All XMC's an Boot Kits an Infineon EVA Bords are programmed with oter values.
Have enyone solved this problem.
The default value of BMI (0x10000e00) is 0xffc0 and so ASC_BSL ist activ.
All XMC's an Boot Kits an Infineon EVA Bords are programmed with oter values.
Have enyone solved this problem.
↧
↧
BSDL-files for XC2289i
Where can I get BSDL file xc2289i,I use this for boundary scanning.
↧
External IRQ AUDO range
I am trying to get ERU working using DAvE I select REQ4 P0.14 EXISO
But the function call SCU_viSRN0 is greyed out
I have a external serial device connected to SPI2 when I receive a char I want to respond under interrupt by connecting it's IRQ line to P0.14
But the function call SCU_viSRN0 is greyed out
I have a external serial device connected to SPI2 when I receive a char I want to respond under interrupt by connecting it's IRQ line to P0.14
↧
SPI communication 4-20mA T click Transmitter
Hi,
I am very new to Dave and microcontroller programming in General.
Has anyone ever combined a xmc with the 4-20mA T click Transmitter by mikroElektronika?
I want to use my XMC4300 microcontroller to control a 4-20mA current Loop. The 4-20mA T click communicates with the target board via three SPI lines.
In Dave, I found the SPI_MASTER app and example Code. I tried to set it up. My Goal is to, by sending different values via SPI, using the "SPI_MASTER_Transmit"-function, to change the current within the 4-20mA-loop. However, I am somehow unable to change the current.
I found Driver Code belonging to the Transmitter. Can anyone tell me if it is necassary to include this Code? Is it necassary to do slave configuration like in the SPI_MASTER app example?
I am sorry for the very stupid questions.
Regards!
I am very new to Dave and microcontroller programming in General.
Has anyone ever combined a xmc with the 4-20mA T click Transmitter by mikroElektronika?
I want to use my XMC4300 microcontroller to control a 4-20mA current Loop. The 4-20mA T click communicates with the target board via three SPI lines.
In Dave, I found the SPI_MASTER app and example Code. I tried to set it up. My Goal is to, by sending different values via SPI, using the "SPI_MASTER_Transmit"-function, to change the current within the 4-20mA-loop. However, I am somehow unable to change the current.
I found Driver Code belonging to the Transmitter. Can anyone tell me if it is necassary to include this Code? Is it necassary to do slave configuration like in the SPI_MASTER app example?
I am sorry for the very stupid questions.
Regards!
↧