Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
f7d7973
1
Parent(s):
8aa66ee
Update app.py
Browse files
app.py
CHANGED
@@ -209,7 +209,7 @@ css_code = """
|
|
209 |
|
210 |
|
211 |
"""
|
212 |
-
EXAMPLES = ["
|
213 |
"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?",
|
214 |
"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."]
|
215 |
|
|
|
209 |
|
210 |
|
211 |
"""
|
212 |
+
EXAMPLES = ["TDA4 product planning and datasheet release progress? ",
|
213 |
"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?",
|
214 |
"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."]
|
215 |
|