Member | Action | Date |
---|---|---|
|
Posted
adding RTOS to a created project on
32-bit MCU - Microcontroller Forum
Hi, After 2 months devoloping with simplicity studio, I find that I need to add RTOS or Miccrium as an OS to my Thunderbord BG22 to use pthread and mutex to manage tasks, I add the os (RTOS for exemple) from project propriries -> C/C++ build -> project module, however when I compile the program I have the following errors in the make which I don't know how to solve : |
Jul 27 2020, 1:08 PM |
|
Selected an answer for
using Sigfox in Thunderboard Sense 2
Actually, you can take the available examples come with wireless SDK (e.g., Bluetooth) as starting point, and most of them have USART functionality support. And for more example about the peripherals, please see the peripheral_examples github repo.
Show more
|
Jun 30 2020, 8:22 AM |
|
Selected an answer for
I can't use the debugger in simplicity studio and my kit is not totally flashed
Hi, The screenshots are showing that the flash is being compared with the application and it is verified to be the same as the example. The fact that the application does not seem to be running is indicating that the bootloader may have been erased from the device. I recommend reading "UG266 Silicon Labs Gecko Bootloader User's Guide" and then create a bootloader project to use with the board. But to get started quickly, from the Launcher perspective Demos section flash the SOC - Empty demo as this will also flash a bootloader back to the board. Make sure the [Mode] is set to [Run] and not [Run and launch Energy Profiler]. After that you can flash your application to the board. If you are using the Flash Programmer check the [Advanced Settings...] and make sure it is set to [Page Erase] so that the bootloader is not erased again. Let me know if this helps or not. Thank you, jpitt |
Jun 30 2020, 7:51 AM |
|
Replied
to
I can't use the debugger in simplicity studio and my kit is not totally flashed
Yes it's working thanks Jpitt
Show more
|
Jun 30 2020, 7:50 AM |
|
Posted
getting the current time of the connected device on
Bluetooth Forum
Hello everyone, I'm using the Thunderboard BG22 and I'm working on a ble connection between a connected device (it will be my phone for sure) and the TB22. I'm blocked in a task where I need to get the current time of the phone and send it back to the Thunderboard so I can analyse it I don't know how to do that.
|
Jun 25 2020, 2:13 PM |
|
Updated
I can't use the debugger in simplicity studio and my kit is not totally flashed on
Simplicity Studio Forum
Hi, I'm using the Thunderboard BG22, the problem that I have is sometimes I can't use the debgger of Simplicity Studio. whatI know is that the TB22 is not totally flashed as the console show: simplicity_commander [INFO: Parsing file C:\Users\Nabil Drissi\SimplicityStudio\v4_workspace\soc-empty_7\GNU ARM v7.2.1 - Default\soc-empty_7.hex...] flashing [> ] 0 out of 100, 0% Writing 221184 bytes starting at address 0x00006000 flashing [> ] 0 out of 100, 0% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [==> ] 2 out of 100, 2% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [==> ] 2 out of 100, 2% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [====> ] 5 out of 100, 5% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [====> ] 5 out of 100, 5% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [======> ] 7 out of 100, 7% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [======> ] 7 out of 100, 7% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [========> ] 10 out of 100, 10% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [========> ] 10 out of 100, 10% Comparing range 0x00026000 - 0x0003BFFF (88 KB) but, when I want to run the program from the debugger I could not: sometimes it is like the program is running direct after the flash but is not :/ :
is there any solution for that problem? |
Jun 25 2020, 8:36 AM |
|
Posted
I can't use the debugger in simplicity studio and my kit is not totally flashed on
Simplicity Studio Forum
Hi, I'm using the Thunderboard BG22, the problem that I have is sometimes I can't use the debgger of Simplicity Studio. whatI know is that the TB22 is not totally flashed as the console show: simplicity_commander [INFO: Parsing file C:\Users\Nabil Drissi\SimplicityStudio\v4_workspace\soc-empty_7\GNU ARM v7.2.1 - Default\soc-empty_7.hex...] flashing [> ] 0 out of 100, 0% Writing 221184 bytes starting at address 0x00006000 flashing [> ] 0 out of 100, 0% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [==> ] 2 out of 100, 2% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [==> ] 2 out of 100, 2% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [====> ] 5 out of 100, 5% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [====> ] 5 out of 100, 5% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [======> ] 7 out of 100, 7% Comparing range 0x00006000 - 0x00025FFF (128 KB) flashing [======> ] 7 out of 100, 7% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [========> ] 10 out of 100, 10% Comparing range 0x00026000 - 0x0003BFFF (88 KB) flashing [========> ] 10 out of 100, 10% Comparing range 0x00026000 - 0x0003BFFF (88 KB) but, when I want to run the program from the debugger I could not: sometimes it is like the program is running direct after the flash :
is there any solution for that problem? |
Jun 25 2020, 8:29 AM |
|
Replied
to
Problem in receiving string UART
Hi Adam, Thanks for your remply, I just tried the Polling example, I didn't change anything, like copy and past from the github link that you gived me, but it still doesn't work, I have everythime the same problem I can only read 2 characters, I used 115200 for the bauderate as demanded for EFR32BG22, and I could see the 2 characters(no more than 2 characters) that I received in Putty's terminal. best regards, Nabil. |
Jun 19 2020, 1:06 PM |
|
Replied to Problem in receiving string UART Show more |
Jun 18 2020, 9:30 AM |
|
Replied
to
Problem in receiving string UART
The USART_STATUS_RXDATAV is already checked by the USART_RX fonction :
|
Jun 18 2020, 9:05 AM |