Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
68 views

I am getting the error :WARNING:builder:Chip erase used when flash address 0x8020000 is not the same as flash start 0x8000000 when trying to load a debug target on a STM32H743VITx device. Which is ...
Sean McCully's user avatar
  • 1,132
1 vote
0 answers
74 views

I'm experiencing an issue with sending AT commands through a serial port in my code. The problem is that when I send the following commands: while (true) { thread_sleep_for(5000); ...
user avatar
2 votes
0 answers
150 views

I have an LPC1768 microcontroller based device that I want to talk over USB3.0 to my laptop. The microcontroller end is USB-C (and has the proper pulldowns), and laptop end is USB-A. The packets I'm ...
Nate.Olson's user avatar
0 votes
1 answer
35 views

I'm using the mbed OS with a Nucleo G071RB to send data about a button press event. My issue is that the data is either being send continuously while the button is pressed, or on the press and release ...
Giles.Spreadborough's user avatar
1 vote
1 answer
100 views

This is more a general question. How is the coupling done between the time() c-function and the underlying hardware? Suppose that you compile for a microcontroller not containing any RTC, what value ...
Sam's user avatar
  • 41
0 votes
1 answer
341 views

I have an arduino Giga (STM32H7), and I'm trying to generate PWM's. I succeeded using alternate function AF9 of PA7 (digital pin 5), which uses TIM14_CH1. Now, using the exact same code (as far as I ...
Timeverdrive's user avatar
1 vote
0 answers
86 views

Running mBed OS on a B-L475E-IOT01A1 board but currently not using any threads or Mutexs. I borrowed an example test script to isolate the bit of code not working, shown below. This just reads and ...
Jonathan wheadon's user avatar
0 votes
0 answers
324 views

ADS1299 Dev Board from TI I try to connect to an Arduino Portenta H7. Library for Portenta H7 with ADS1299. Raspberry Pi Pico library for ADS1299 I am using as reference. Driver for Raspberry Pi Pico ...
Ashfaque Khan's user avatar
0 votes
1 answer
332 views

I have a problem to change the address of my lidar sensor. Its default address is 0x62 in 7 bits, but as the microcontroller only takes 8-bits so, the address is now 0xC4. Here is the code that I ...
Aqhar's user avatar
  • 13
0 votes
1 answer
34 views

When creating an mbed application, is it possible to see the code that is used for the specific device? E.g., for the NUCLEO_WB55RG I would like to see the ST drivers that are used. I took a look in ...
Yakinzo Roboto's user avatar
1 vote
1 answer
228 views

I am trying to read the voltage output from my potentiometer connected to Pin PA_5 of my Nucleo Board (https://os.mbed.com/platforms/ST-Nucleo-F072RB/). The AnalogIn emits a float number. Here is my ...
Alexandre's user avatar
1 vote
1 answer
87 views

in the Mbed OS System there is a library called RTX_Config.h . I need to change the value of this define in the lib. #ifndef OS_ISR_FIFO_QUEUE #define OS_ISR_FIFO_QUEUE 16 #endif could ...
Christoph's user avatar
0 votes
1 answer
263 views

I am using the board STM32F446RE to run [this project][1]. I am trying to set up and use timer 10 to count. The main.c file is below. #include "radio.h" #include <cstdio> #if defined(...
Nguyen Huy's user avatar
-1 votes
1 answer
153 views

NOTE: In this context, the term "ISR" is not really addressing ISR vectors. There are a lot of tricks in the drivers. One of them is handling with the interrupts generated by the radio ...
jonathan eslava's user avatar
1 vote
1 answer
384 views

I have an Iridium 9603 connected to an MCU which works with the Mbed operating system. It is connected through an RS-232 serial port. The code is the following. int main(){ UARTSerial ...
Andrew's user avatar
  • 11
0 votes
1 answer
1k views

I am working with the Mbed TLS Library on an ESP32 board and a function i am using takes only unsigned char and also gives unsigned char as the output mbedtls_aes_setkey_enc( &aes, key, 256 ); ...
Sai's user avatar
  • 31
0 votes
1 answer
405 views

My coworker and I are having a rough time trying to get a Sparkfun SD card breakout board to function. We got the SDBlockDevice example code to 'function', but upon runtime it would ruin the FAT32 ...
Jacqueline Hanlon's user avatar
1 vote
2 answers
621 views

I have an Android smartphone and a Discovery L475VG IoT development board. I am trying send/receive data (both directions) via BLE. I have consulted a good bit of documentation (although much of it is ...
Jacqueline Hanlon's user avatar
0 votes
1 answer
765 views

The setup that I'm working with is a Nucleo L432KC connected to 8 different MAX31865 ADCs to get temperature readings from RTDs (resistive thermal devices). Each of the 8 chip selects is connected to ...
user15811406's user avatar
0 votes
0 answers
116 views

I am trying to connect my Mbed Simulator to my applications end device on The Things Network. I am using the LoRaWaN simulator and entered the correct EUI's applicable. Proof of EUI id applied When I ...
Simon Nordstrand's user avatar
0 votes
1 answer
492 views

I'm trying to run LoRaWAN 1.0.4 certification tests on my mDot using LCTT Pre-testing Tool. I use the latest Dot-AT-Firmware and libmDot v4.0.1. Looking at the source code (line 918), I added ...
270F's user avatar
  • 149
0 votes
0 answers
99 views

I have two versions of my firmware. One is minimal, that does nothing and developed only for booting hw, and an integrated full version of the same firmware. Basically the minimal one is a cropped ...
jonathan eslava's user avatar
1 vote
2 answers
502 views

I am trying to debug an application using GDB on the Mbed Windows 10 operation system. However, after a few steps, GDB always fails with the error: /mnt/workspace/workspace/GCC-10-pipeline/jenkins-...
CH_bot's user avatar
  • 11
0 votes
1 answer
69 views

I am working on a fw written in C++ with mbed-os for a STM32F4 series MCU. There is a portion of code that should be executed only at the first boot. To achieve this goal, the developer uses a memory ...
jonathan eslava's user avatar
0 votes
1 answer
414 views

I am trying to connect azure via LTE with the Ublox module C030-R412m. I'm programming it through Mbed Studio, and I haven't even managed to compile the azure iot hub libraries. I am trying to compile ...
JoseHerrero's user avatar

1
2 3 4 5
9