arjunanand13 commited on
Commit
5c9cfbf
1 Parent(s): 4c4e574

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -128,9 +128,9 @@ if __name__ == "__main__":
128
  font-weight: bold; /* Make text bold */
129
  }
130
  """
131
- EXAMPLES = ["TDA4 product planning and datasheet release progress? ",
132
  "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?",
133
- "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."]
134
 
135
  file_path = "ticketNames.txt"
136
 
 
128
  font-weight: bold; /* Make text bold */
129
  }
130
  """
131
+ EXAMPLES = ["Does the VIP modules & CSI2 module could work simultaneously? ",
132
  "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?",
133
+ "Could you clarify the maximum number of cameras that can be connected simultaneously to the video input ports on the TDA2x SoC, considering it supports up to 10 multiplexed input ports and includes 3 dedicated video input modules?"]
134
 
135
  file_path = "ticketNames.txt"
136