Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

nRF5 SoftDevice API 변경 사항 반영

다음 link의 변경 사항을 참조하여 작성한 응용 source code에 SoftDevice API 변경 사항을 반영해야 함.

...

nRF5 계열 SoC에서 power manager 실행 시 system tick이 느려지는 문제점 해결

이전 버전의 nRF5 계열 SoC 예제는 system tick으로 SysTick을 사용할 경우 power manager를 실행 시키면 system tick이 느려지는 문제점이 있음.
다음 link의 변경 사항을 참조하여 작성한 응용 source code에서 문제가 될 수 있는 부분을 수정해야 함.

...

Config variable 이름 변경

STM32 관련

...

Code Block
UBINOS__UBIK__TICK_RTC_SLEEP_IDLE
UBINOS__UBIK__TICK_RTC_TICKLESS_IDLE

nRF5 SoftDevice API 변경 사항 반영

다음 link의 변경 사항을 참조하여 작성한 응용 source code에 SoftDevice API 변경 사항을 반영해야 함.

nRF5 계열 SoC에서 power manager 실행 시 system tick이 느려지는 문제점 해결

이전 버전의 nRF5 계열 SoC 예제는 system tick으로 SysTick을 사용할 경우 power manager를 실행 시키면 system tick이 느려지는 문제점이 있음.
다음 link의 변경 사항을 참조하여 작성한 응용 source code에서 문제가 될 수 있는 부분을 수정해야 함.

...

...

OpenOCD 실행 명령 변경

변경 전

Code Block
openocd -f <OpenOCD configuration file name> -c "gdb_port 2331"
openocd -f <OpenOCD configuration file name> -c "gdb_port 2331" -c "hla_serial <ST-Link serial number>"

...