arjunanand13 commited on
Commit
c000ca2
1 Parent(s): e86990a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -201,7 +201,7 @@ css_code = """
201
 
202
 
203
  """
204
- EXAMPLES = ["Can the SSC feature be enabled on DPLL_VIDEO1 using the PLL_SSC_CONFIGURATION1[EN_SSC] register to mitigate EMI issues on VOUT1?",
205
  "I'm using Code Composer Studio 5.4.0.00091 and enabled FPv4SPD16 floating point support for CortexM4 in TDA2. However, after building the project, the .asm file shows --float_support=vfplib instead of FPv4SPD16. Why is this happening?",
206
  "Master core in TDA2XX is a15 and in TDA3XX it is m4,so we have to shift all modules that are being used by a15 in TDA2XX to m4 in TDA3xx."]
207
 
 
201
 
202
 
203
  """
204
+ EXAMPLES = ["whether TI has plan to do ASIL-B qualification of any TDA2/3",
205
  "I'm using Code Composer Studio 5.4.0.00091 and enabled FPv4SPD16 floating point support for CortexM4 in TDA2. However, after building the project, the .asm file shows --float_support=vfplib instead of FPv4SPD16. Why is this happening?",
206
  "Master core in TDA2XX is a15 and in TDA3XX it is m4,so we have to shift all modules that are being used by a15 in TDA2XX to m4 in TDA3xx."]
207