This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335: F28335

Part Number: TMS320F28335

Hi,

I am using using Matlab Simulink with f28335 control card.

My question is about the sampling time. I noted that when I used 1e-5 "Fixed-step size , the card not respect this fixed step in some cases .

To check this i tried to generate a square wave with a frequency of 1e-4 through the I / O gates.

 Here is the result I found:

1- When the program is small (a few instruction lines), the card can generate the correct signal (period = 1e-4) ,ie ( program of test alon)

2- When the program is contains multiple instructions (~ 1000, ie program of test + other programs), the card  generated a false signal (period = 1e-3)

I need to use sampling time 0f 1e-5 , how can I do that?

Thank you in advance