Hi, I am beginner. I`v downloaded SES 4.12. I have a trial licence.
I`v compiled "SeggerEval_emPower_emUSBD_Audio_SES_180424" example good. This is Cortex-M4 controller.
But I create new project with LPC1768 (Cortex-M3). I`v tried to compile for LPC1768 controller and I have received any errors :
undefined reference to `OS_InitKern_STD'
undefined reference to `OS_InitHW'
undefined reference to `OS_CreateTask_DP'
...
As I understood the difference in #define OS_CPU_HAS_VFP - (Floating Point)
Can you recommend me anything?
---------------------------- The problem has resolved with Cortex-M3 (LPC 1768) ! ---------------------------------------
I install the ESPRO package.
I have used the RTOS.h from ......\SEGGER Embedded Studio\v3\packages\ESPRO\OS\Inc
I have used the libraries from .....\SEGGER Embedded Studio\v3\packages\ESPRO\OS\Lib\:
libos_v7m_t_le_dp.a - debug
libos_v7m_t_le_r.a - release
I have compiled my project normal.
Embedded Studio is really good idea! Now will try USB-HID attached...
Thank you for attention!
I`v compiled "SeggerEval_emPower_emUSBD_Audio_SES_180424" example good. This is Cortex-M4 controller.
But I create new project with LPC1768 (Cortex-M3). I`v tried to compile for LPC1768 controller and I have received any errors :
undefined reference to `OS_InitKern_STD'
undefined reference to `OS_InitHW'
undefined reference to `OS_CreateTask_DP'
...
As I understood the difference in #define OS_CPU_HAS_VFP - (Floating Point)
Can you recommend me anything?
---------------------------- The problem has resolved with Cortex-M3 (LPC 1768) ! ---------------------------------------
I install the ESPRO package.
I have used the RTOS.h from ......\SEGGER Embedded Studio\v3\packages\ESPRO\OS\Inc
I have used the libraries from .....\SEGGER Embedded Studio\v3\packages\ESPRO\OS\Lib\:
libos_v7m_t_le_dp.a - debug
libos_v7m_t_le_r.a - release
I have compiled my project normal.
Embedded Studio is really good idea! Now will try USB-HID attached...
Thank you for attention!
The post was edited 4 times, last by kkmspb ().