Is there an API documentation for custom code for STM32 Nucleo Simulink project?
이전 댓글 표시
Hello,
I'm working on a Simulink project using the "Simulink Coder Support Package for STMicroelectronics Nucleo Boards". I want to insert a custom initialization code for a timer. I found that I can insert C code using an S-function block. But I struggle finding some API explaining which functions I can use to manipulate the hardware. (e.g. "use function digitalWrite(pin_name, value) to set the value on the pin...")
I found out that the basic register manipulation (e.g. GPIOE->ODR |= 0x000F;) is acceptable by the compiler. But is there anything more user friendly?
Which libraries does the "Simulink Coder Support Package for STMicroelectronics Nucleo Boards" use? Is there some document explaining the API which can be used?
답변 (1개)
Tushar
2023년 5월 15일
0 개 추천
Hi,
You can find out the documentation of "Simulink Coder Support Package for STMicroelectronics Nucleo Boards" in the below links:
- Simulink Coder Support Package for STMicroelectronics Nucleo Boards Documentation (mathworks.com)
- https://www.mathworks.com/help/pdf_doc/supportpkg/nucleo/index.html
Please find the attached pdf, which could help you further to get more information.
Hope it helps!!
카테고리
도움말 센터 및 File Exchange에서 STMicroelectronics Discovery Boards에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!