Skip to content

Commit ea28f03

Browse files
authored
Update README.md
Added information about stack size
1 parent 1868c22 commit ea28f03

File tree

1 file changed

+4
-7
lines changed
  • tensorflow-build/add/examples/TFLiteRT_HelloWorld

1 file changed

+4
-7
lines changed

tensorflow-build/add/examples/TFLiteRT_HelloWorld/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ This reference application demonstrates how to use TensorFlow Lite for Microcont
55
## Prerequisites
66

77
- Visual Studio Code
8-
- CMSIS Extensions for VSCode:
9-
- [CMSIS csolution](https://marketplace.visualstudio.com/items?itemName=ARM.cmsis-csolution)
10-
- [CMSIS Build](https://marketplace.visualstudio.com/items?itemName=ARM.cmsis-build)
8+
- [Keil Studio Extensions](https://marketplace.visualstudio.com/items?itemName=Arm.keil-studio-pack) for VSCode
119
- Python 3.11.5 with Jupyter support and VSCode extension.
1210
- Compatible development board providing STDIO interface
1311

@@ -22,11 +20,10 @@ This reference application demonstrates how to use TensorFlow Lite for Microcont
2220
### Memory Configuration
2321

2422
The application requires:
25-
- 64KB Stack
23+
- **192KB Stack**
2624
- 64KB Heap
2725

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).
3027

3128
## Training the Model
3229

@@ -108,4 +105,4 @@ This reference application requires:
108105
## References
109106

110107
- [CMSIS Reference Applications](https://github.com/Open-CMSIS-Pack/cmsis-toolbox/blob/main/docs/ReferenceApplications.md)
111-
- [TensorFlow Lite for Microcontrollers](https://www.tensorflow.org/lite/microcontrollers)
108+
- [TensorFlow Lite for Microcontrollers](https://www.tensorflow.org/lite/microcontrollers)

0 commit comments

Comments
 (0)