Search Results

Search results 1-7 of 7.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Has anyone been able to get Nordic nRF52 SDK BLE example projects to work with Embedded Studio and an nRF51 part? (ie. nRF51822). Perhaps someone has done this before? Just looking for a list of things to change in the project config within ES. Thanks -Joe

  • I am trying to get a simple STM32 timer example project to run under Embedded Studio. The example (TIM_TimeBase), builds and runs fine with the Keil toolchain. The project also imports, builds and runs within Embedded Studio also but the timer callback is never hit. It appears that the timer enable is stuck in HAL_TIM_Base_Start_IT(). Any ideas as to the cause of this? Note: I am using a Nucleo-64 STM32F091 dev board as hardware. Thanks -Joe

  • Thanks Leon. That works.

  • Has anyone seen issues with RTT writes dropping data? A test of just dumping values incrementing from 1...1024 in a loop shows that it skips large chunks of data. for (i = 0; i < I2S_BLOCK_SIZE; i++) { SEGGER_RTT_printf(0, "%d,", i); } I am viewing the output data with "J-Link RTT Viewer" on Windoze. This is using Embedded Studio 3.52a and the latest RTT viewer. The test device is an nRF52832. The Bluetooth radio is not active during the test. Are there any RTT related config parameters that I c…

  • Interesting... I tried "Erase All" from the "Target" menu in Embedded Studio and re-programmed the device, now it seems to work normally. Perhaps it had never really downloaded the SOFTDEVICE with the normal "Build" and "Debug" commands. Your tip led me to that jmag999. Thanks. Cool. Now I just need to debug the accelerometer I2C interface.

  • Yes. Embedded Studio successfully downloads the softdevice and application images. I am using S132 in this case.

  • I am trying to "re-purpose" a third party nRF52 based product board. I am using the Nordic nRF52 SDK ver 15.0 and Embedded Studio. I can program the board using the SWDIO/SWCLK interface with Embedded Studio and J-Link. There is a problem in that the board will not break at "main" upon starting the Embedded Studio debugger. This only occurs when a SOFTDEVICE is used (ie. any BLE based code). Code that does not use the SOFTDEVICE breaks at "main" and then starts and runs correctly. Does anyone kn…