TMS320F28027: Simulink SCI transmit disable

조회 수: 2 (최근 30일)
Roger Roger
Roger Roger 2017년 5월 3일
댓글: Roger Roger 2017년 5월 9일
Hi, I'm using simulink to program TMS320F28027 microcontroller. Each second a two bytes buffer is being sent to SCI transmiter (the function called by interruption INT9.2 is empty). I would like to send the data only when I want, not periodically (p.e. when a switch is on, etc). I don't know how to do so because in Sample time you must put a real number. Any ideas? Thank you very much. PD: do not take into account ADC-PWM Synchronization via ADC Interrupt...

채택된 답변

Antonin
Antonin 2017년 5월 9일
You can use an "Enabled Subsystem" and put your SCI Transmit block inside to only send when you want. The control of the enabled subsystem can come from a switch or any other signal.
I hope it helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Embedded Coder Supported Hardware에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by