I am trying to use DMA to communicate over SSC in TC1796. At this stage all I achieve is to send only 2 bytes (the first with correct content and the second with a value of zero), even though I have loaded 8 bytes to be sent. I probably have an error in the configurations but I can't pinpoint the problem. Unfortunately MCU is obsolete and no application notes and examples are available.
Need an example code for DMA to serial about Infineon's TriCore TC17xx
119 Views Asked by Peter Kostadinov At
0
There are 0 best solutions below
Related Questions in DMA
- STM32 ADC DMA low raw/Voltage readings
- the end of the I/O operation is notified to the system by an interrupt.how much system time do the mentioned operations occupy?
- Use Nvidia as DMA devices is possible?
- Does the Direct Memory Access (DMA) interfere with the execution of user program execution?
- A breakpoint instruction (__debugbreak() statement or a similar call) was executed in p.exe
- How to use DMAMUX generated events to trigger another DMA request?
- How to use DMA memory to memory in stm32h723zgt6?
- Cache issue when creating shared memory between kernel space and user space
- DMA buf import into Vulkan
- stm32 cubeIDE DMA DAC noise on DAC output
- STM32F4 Serial Port Forwarding Architecture
- STM32 ADC: Continuous conversion (DMA) vs. discontinuous conversion accuracy
- AMD IOMMU IO_PAGE_FAULT
- T-Display-S3-long FreeRTOS Memory allocation fails while there is heap space available
- Arduino Pro Portenta H7 I2S and DMA
Related Questions in INFINEON
- TPM issue: error in session attributes of NV_define when trying to connect PCR policy
- Using Mbed with CY8CKIT_062_BLE
- How can I add two hexadecimal values with assignment operators in 8-bit or 16-bit format?
- HFP profile disconnection through Cypress - iOS HFP and PBAP profile both disconnecting at a time
- infineon TC1796 DMA access
- Exception occurred after porting the code of the TOM module of the TC367 project to TC389
- Need an example code for DMA to serial about Infineon's TriCore TC17xx
- XMC1300 boot kit memory corruption
- What are the minimum hardware requirements for .NET nanoFramework?
- Download Program to Microcontroller failes "DASWRAPPER::No ECF hardware found"
- LIBUSB_CONTROL_TRANSFER on Infineon Cypress FX3
- How do I fix `LIBUSB_ERROR_PIPE` error on **Infineon FX3**
- nanopb - binary compatibility between different processor architectures
- Assembly syntax for Tc2xx Tricore
- Is using the vendors libary with bitfields for mapping register a good idea?
Related Questions in TRICORE
- infineon TC1796 DMA access
- Trace or log values of CPU register
- Setting Trace32 in standby mode
- Need an example code for DMA to serial about Infineon's TriCore TC17xx
- How link var to specifical address using TASKING compiler?
- How can I remove an option from the default compile command template for a specific compiler?
- Assembly syntax for Tc2xx Tricore
- TriCore HSM general communication
- copy table LSL implementation
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?