Questions tagged [simplicity-studio]

8 questions
1
vote
1 answer

How to make global definitions in c? Why #pragma once or include guard not working?

I'm on a microcontroller project for a microscope with the EFM32 PG12 starter kit and simplicity studio. In this project I have made some global pin and port definitions in a .h file global_definitions.h It's done so because complicated. Many…
1
vote
2 answers

What goes in an "inc" includes folder in a project?

I'm putting my Simplicity Studio project into TortoiseSVN. I've been told to create an inc (includes) folder and use it. What is it? Why would I use it?
maria
  • 71
  • 1
  • 10
0
votes
1 answer

How do I access data variables between autogenerated Interrupts.c file?

I have recently started working with Simplicity Studio to develop a program for a 8051 based development board. Via the configurator, I enabled Interrupts, which creates a Interrupts.c file. This file isn't being explicitly included in the main…
0
votes
1 answer

CRC-32 values not matching

I am using SPI communication to communicate between Raspberry Pi and a microcontroller. I am sending a value of "32" (a 32-bit integer) or "0x00000020" with CRC value calculated by the microcontroller as "2613451423". I am running CRC32 on this…
Dar
  • 37
  • 7
0
votes
1 answer

Openthread communcation setup

I have implemented OT-CLI-FTD communication between two EFR32MG12 MCUs using the command line terminal, but now how could I handle it without the command line terminal for its initial setups. So that I could implement it in the MCUs themselves.
0
votes
2 answers

Is there any algorithmic approach for this problem?

I have set of opcodes to carryout a specific function but the tricky part is here: for example in the posted code below, channelABC is the input, which means: if in my product side has channel A, or channel b, or channel c is selected, it should…
john
  • 1
  • 3
-2
votes
1 answer

need a help in what algorithmic way to approach this problem

I am working on SUB-GHZ frequency range for transmitting and receiving through a radio board. from the table above if I select Flash Channel- 1 as input, it should map me to the Rail Channel 16. If I select Flash Channel 20, it should automatically…
john
  • 1
  • 3
-5
votes
1 answer

Was there any change in Simplicity Studio from v4 to v5 requiring a different method of connection from iOS CoreBluetooth to an embedded BLE device?

We upgraded our embedded firmware's Silicon Labs IDE Simp Studio from v4 to v5 (which has substantial BLE enhancements). PROBLEM... Now our iphone Swift app, using corebluetooth, has connection trouble to our embedded. DEBUGGING WE HAVE…
Doug Null
  • 7,989
  • 15
  • 69
  • 148