You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Keil Studio Extensions](https://marketplace.visualstudio.com/items?itemName=Arm.keil-studio-pack) for VSCode
11
9
- Python 3.11.5 with Jupyter support and VSCode extension.
12
10
- Compatible development board providing STDIO interface
13
11
@@ -22,11 +20,10 @@ This reference application demonstrates how to use TensorFlow Lite for Microcont
22
20
### Memory Configuration
23
21
24
22
The application requires:
25
-
-64KB Stack
23
+
-**192KB Stack**
26
24
- 64KB Heap
27
25
28
-
To configure these requirements you typically find Stack and Heap settings in either the startup code (Assembler Startup Code) or the linker script (C Startup Code).
29
-
26
+
To **configure these requirements** you typically find Stack and Heap settings in either the startup code (Assembler Startup Code) or the linker script (C Startup Code).
30
27
31
28
## Training the Model
32
29
@@ -108,4 +105,4 @@ This reference application requires:
0 commit comments