HAL Co Gen of TI TMS470 high-end timer HET configures PWM output function

Recently, when I used the PWM function of TI’s TMS470, I found that the way it is implemented using HET is very special. And there is very little relevant information, so I deliberately recorded the relevant content, hoping to assist everyone’s learning. What is HET? What is the difference from ordinary timer Timer? Before using […]

Docker version jxTMS usage guide: data bus

This article explains the data bus in jxTMS version 4.6. For the entire series of articles, please see: Docker version jxTMS usage guide: version 4.6 upgrade content To use the docker version, please see: Docker version jxTMS usage guide For instructions on jxTMS version 4.0, please see: Version 4.0 upgrade content For instructions on version […]

DSP_TMS320F28377D_Algorithm acceleration method 4_C language programming optimization

The optimization ideas in the previous three articles were to accelerate from the perspective of the hardware itself and the function library. This article only considers acceleration methods from the perspective of the efficiency of the code itself. 1. Using global variables is faster than using local variables void testfunction1(){ // local variable int i; […]

About SPI software configuration of TMS320F2837xS

1. Introduction to the SPI module of TMS320F2837xS SPI introduction of 28377 Module introduction SPI initialization configuration main function Introduction to SPI of 28377 This time, a single-core DSP chip is used. The following configurations are the software introduction and configuration of the single-core chip and are for reference only. Module introduction SPI is a […]

TMS320C6678IPC interrupt response 2 times reason

IPC IPC (Inter-Processor Communication) is a method used for inter-core interaction in C6678. Each core can interact with other cores through IPC interrupts to achieve inter-core synchronization, and can also be used as a directional notification from one core to another core. Each of the cores can communicate with one another through inter-processor interrupts for […]

cs231n assignmen3 Extra Credit: Image Captioning with LSTMs

Article directory If you don’t like the ink, just look at the code. Extra Credit: Image Captioning with LSTMs lstm_step_forward question parse code output lstm_step_backward question parse code output lstm_forward question parse code output lstm_backward question parse code output CaptioningRNN.loss parse code output final output Conclusion If you don’t like the ink, just look at […]

# Quickly evaluate the S32K324-based TMS solution of Ligong Technology

Article directory 1 Introduction 2. Introduction to Ligong Technology’s TMS solution 2.1 Introduction 2.2 Brief introduction 3.S32K3_TriMotor evaluation board test 3.1 Environment Construction S32 Design Studio for S32 Platform 3.4 installation RTD 2.0.0 installation Freemaster 3.2 3.2 Routine test 3.3 Routine adaptation 3.4 Dual-core programming 3.5 Testing 1. Preface When communicating with some customers who […]