Using the counter correctly
hey guys im trying to use the counter correctly right now i have total of 3 digitial ios one digitial io is output and i have one digitial io input that external connected with digitial io output for...
View ArticleCalling External C Functions in Simulink With XMC Library For Embedded Coder
Hi all, I would like to call an external C function during initialisation of the C code generated by Simulink. To do this, I added the function in the location below in my Simulink model: Model...
View ArticleI2C TX problem
I haven't read all your problems in detail now, but i also had problems with the SCL and SDA line. After many checks, i could find the solution in enabling the digital filter of the USIC:...
View ArticleExclude APP from DAVE_INIT()
You can remove the line and build only your project. If you delete the line (or comment), build and run the project the file won't be overwritten because Dave was not asked to perform a new...
View ArticleUsing DMA on both USIC channels
I would like to use a DMA for both USICx channels. For each channel using 2 Service Requests ( 1 for sending, 1 for receiving). But USIC0 and USIC1 only has SR 2 inputs (?). So i guess i can't use the...
View ArticleXMC Library for Embedded Coder and Matlab 2016b
Hi, looking to the overview of the XMC Library for Embedded Coder, you can read this: The support package is compatible with MATLAB® versions 2015a, 2016a and 2016b* * In version 2016b code compilation...
View ArticleXMC Peripheral Library error?
I think there is an error in the XMC Peripheral Libray for the FCE (Flexible CRC Engine). In the function XMC_FCE_CalculateCRC32() the data should be checked if it is word aligned, but in the code the...
View ArticleTemperature Sensor of BGT24MTR11 -- wrong transfer function equation
Hi all, In the document "BGT24MTR11 Appllication Note AN305 User 's Guide to BGT24MTR11 24 GHz Radar", page 13, figure 8 shows the transfer characteristics of temperature sensor. But the equation of...
View ArticleDMA Transfer complete question
Hi, Which USIC event are you using to trigger the DMA? In SPI mode you should be using the receive events. This one will tells you when the slave has received the last byte and you can safely deaasert...
View Articleflash Aurix Appkit TC277 TFT, can' set pc to 0
hello together, I have a problem to flash erikaOS examples using highTech toolchain. I get this warning "cannot set pc to 0" . So it is not possible to load the program on the aurix. I need your help....
View ArticleADF4158 PLL related problem with reference to AN376 application note
Hi As per your application note AN376 infineon using ADF4158 PLL at input and output side. When I am trying to operate PLL as per my requirements MUXOUT pin it self not getting generated correctly....
View ArticleThe forum is often inaccessible, Error 330, is this a gzip issue?
Dear forum admin: In recent days, the forum is often inaccessible, the error information returned is: Error 330 (net::ERR_CONTENT_DECODING_FAILED) I don't know if other users have the same problem....
View ArticleCross Compiler for TriCore Controller
Hello, Can any one help in getting Cross Compiler for Infineon TriCore Controller.? I am working on a project that uses AUTOSAR. I need to port Micro-Python onto this controller. For this, I need to...
View ArticleFAQ for XMC4800 EtherCAT
Hello, I'm facing a problem with the demo app (https://www.infineon.com/dgdl/Infine...5a938b1c0a6274) . I followed all the steps in the tutorial and when I rebuild the active project (step 10 page 21),...
View Articleoutput capacitance(igbt)
the output capacitance of the transistor(FF200R12KS4) is not specified. How to find it?
View ArticleProblem with pin allocation
Hello everyone, My board is Infineon XMC4700 Relax Kit using XMC4700-F144k2048 microcontroller. I want to blink LED1 by using a PWM signal. The pin number of LED1 is P5.9 according to the user manual....
View ArticleTimer-based start of UART transmission.
Hi! I need to implement the timer-based start of UART transmission. Format: 24-N-1 (24 data bits, 1 stop bit, no parity). USIC initialize as: SCTR.WLE == 16bit, SCTR.FLE == 24 bits. Without...
View ArticleExclude APP from DAVE_INIT()
Hi, The DAVE_Init() is called from your main.c. You can write your own DAVE_InitEx() and called instead of the generated one. Regards, Jesus
View Articleoutput capacitance(igbt)
the output capacitance of the transistor(FF200R12KS4) is not specified. How to find it?
View Articleuart config without fifo memory
Hi, im using this basic uart configuration: XMC_GPIO_CONFIG_t rx_pin_config; XMC_GPIO_CONFIG_t tx_pin_config; XMC_UART_CH_CONFIG_t uart_config; /* UART configuration */ uart_config.data_bits = 8U;...
View Article