-
Notifications
You must be signed in to change notification settings - Fork 3k
Added NZ32ST1L Target #928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Get current master
Added NZ32ST1L Target, new board from modtronix.com using STM32L151RC cpu.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request is for NZ32 target, and there are some TARGET_STM32L152RE, can you elaborate?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, forgot to mention also added rtos support for NUCLEO-L152RE. I tested it with make.py and "..test/rtos/cmsis/basic" and RTOS works for both NZ32ST1L and NUCLEO-L152RE targets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A reply to my multiple emails would be much appreciated.
On 24/02/2015 10:26 PM, Martin Kojtal wrote:
In libraries/rtos/rtx/TARGET_CORTEX_M/RTX_Conf_CM.c
#928 (comment):@@ -168,6 +168,12 @@
#elif defined(TARGET_STM32F401VC)define OS_CLOCK 84000000
+#elif defined(TARGET_NZ32ST1L)
+# define OS_CLOCK 32000000
+
+#elif defined(TARGET_STM32L152RE)This pull request is for NZ32 target, and there are some
TARGET_STM32L152RE, can you elaborate?—
Reply to this email directly or view it on GitHub
https://github.com/mbedmicro/mbed/pull/928/files#r25245370.
|
Hi, did you run any tests for this platform? If yes, can you share the results with us? |
Changed year to 2015 and other cosmetic changes, as requested by 0xc0170 for pull request
|
Yes, have done multiple tests. For NUCLEO-L152RE I added to RTOS, did test as mentioned above in comment for "TARGET_CORTEX_M/RTX_Conf_CM.c" file. For new NZ32ST1L, it is already used in field, and has been thoroughly tested. Did build.py test for GCC, ARM and uARM compiler for mbed and RTOS libraries. Did make.py test for some test projects using GCC, ARM and uARM. Ran export (project.py) for uVision and CoIDE, and exported project runs and debugs fine in offline IDE. Board has not officially been released yet, but some details are here: |
|
Hi 0xc0170, is the information I gave ok? Please let me know if you need any more information. We have been using this board a lot with mbed and offline CoIDE, and the code contained in this pull request all seems to works very well. |
|
Hi modtronix, Can you please provide more information about:
Please send the information to mihail.stoyanov at arm.com. Thanks, |
|
Hi screamerbg, I just sent you a detailed email to your given email address, with requested information. |
|
Can someone please get back to me with the status of this request?? Replied to all questions, and sent multiple emails. But, no reply since weeks. I am sure this board (and STM32F0 and STM32F4 versions) will be a very popular, low cost addition to the mbed platforms. |
|
Merged manually with some conflicts, please check the latest master. THanks |
|
Thanks for that, will check! I see since I lodged this pull request the structure of the "../mbed/targets/hal/TARGET_STM" folder has changed. All targets are now located in "TARGET_STM32xxx" sub folders. Will move my target to "../hal/TARGET_STM/TARGET_STM32L1" folder where it belongs. |
|
Yes please |
Added NZ32ST1L Target from modtronix.com, it uses the STM32L151RC cpu.