CMSIS_RTOS and FreeRTOS APP in DAVE
Hi, I find there is CMSIS_RTOS and FreeRTOS APP in DAVE, if i used FreeRTOS in freescale MCU and want to immigrate to XMC4300, should i add the FreeRTOS instead of CMSIS_RTOS? Anu guideline/notes for...
View ArticleRS232 flow control on XMC4500 USIC
Hello! I have implemented what was suggested by chismo regarding RTS/CTS handling and this approach works well if the CTS input is edge based. But I need to implement RTS/CTS flow control which i level...
View ArticleADC connect problem(XMC4500 EV Kit, DAVE4)
Hi~ I started DAVE4 and XMC4500 EV Kit to use five ADC so composed ADC result programming and circuit but Although four ADC to analog input(attatched files) of XMC4500 EV Kit connected, discovered the...
View ArticleThe Interrupt nesting for GPT12 and CAN has a problem in TC275
I have a problem about the Interrupt nesting for GPT12 and CAN , i enable the Interrupt of GPT12 , and the T2 , T3 , T4 Timers of GPT12 can work normally , I also enable the Interrupt of CAN for...
View ArticleQSPI Flash as image storage emWin
Hello I am trying to use emWin with XMC4500-F100x1024. The Flash size for this MCU is 1Mb and RAM size is 160k. My Display is 800x480 , and my driver is SSD1963 in 16-bit parallel RGB565 mode. I am...
View ArticleAURIX Programmers\Debuggers
We would like to use the TC275 in our next product. The AURIX family is new to us. Where can I find an overview\application note about the Programming and Debugging features like JTAG, DAP, OCDS Â… Is...
View ArticleCannot create new project
Hi, I am new to Dave. Can someone please guide me on how to create a new project. I am currently facing a problem whereby i cant click next to the microcontroller selection screen. Thanks
View ArticleXMC4800 Ethercat Distributed Clock sync0 and sync1 issues
Hello everyone. I'm currently working with an XMC4800 in order to develop an Ethercat slave device with "fast sampling" capabilities, i.e., I'm trying to get an entire vector of acquisitions inside the...
View ArticleTC277, Ethernet and additional high-speed interface
We would like to use the TC277 in our next product. We need to use the Ethernet Interface and a high-speed interface (to an FPGA). Q1: Is it right that EthernetMAC and QSPI (or HSSL) cannot be used...
View ArticleTrying to find manual of TC277 for ethernet , Where is it ?
Hello everyone I'm trying to find manual of TC277 for Ethernet or other peripheral. I have the document guide "A Getting Started to TriCore Free Entry Tool Chain". I already try example code such as...
View ArticleMotor Control Application
XMC1000 Motor Control Application Kit webpage: http://www.infineon.com/cms/en/product/microcontrollers/... You can find useful Getting Started training slides, example codes, user's manuals, etc.....
View ArticleTime multiplexing
I am using tm4c123g and ds1307 to display time (hh:mm:ss) on sevensegments and date and day on lcd(16x2). IS there any way way to use same 8 pins for data of both (lcd and seven segment display..as...
View ArticleTime multiplexing
I am using tm4c123g and ds1307 to display time (hh:mm:ss) on sevensegments and date and day on lcd(16x2). Is there any way way to use same 8 pins for data of both (lcd and seven segment display..as...
View ArticleProblem with fft usage using cmsis dsp library
I am using CMSIS _DSP library for implementation of FFT . I used input size=2048,output size=2048,fft size=2048. The below lines are used in code to implement FFT. arm_rfft_fast_instance_f32 S; status...
View ArticlePWM frequency of 1.5 Hz with DAVE APP
Hello, how is it possible to get a low PWM frequency of 1.5 Hz? In the settings of the CCU4 and CCU8 it is only possible to type in an integer value. The function "PWM_CCU4_SetFreq" only accepts...
View ArticleATMEGA324A - ECG Atmel Assembler programming using RS232.
You can go to the Atmel website and look at their application notes. Get a book on the AVR from Amazon or a similar site. Ask specific questions on the forum http://www.avrfreaks.net. Try the forum...
View ArticlePWM and Digital_IO on the same pin using APPS?
New user to DAVE here. I have an application where I want to need GPIO control of a pin and then later use that pin for PWM output. Can I do this with APP's or do I have to program this at a lower...
View ArticleGeneral Purpose I/O Ports Base Addresses?
I don't recognized the issue can you more clearly state the contradiction? Table 13-3 Register Address Space states the Base Address for P10 it is 0xF003B000 that is also P10_OUT. To calculate Pn_IOCR0...
View ArticleInfinite loop instead of break loop
Hello, I do need your help, I do need some break times to initalize an ENC28J60 component with a XMC1200 via Keil. It works well in "Debug Mode" but not in real time. For example: The Led will only go...
View Article