User Activity

I am creating a series of characteristics using aci_gatt_add_char and after a number of these have been added OK I get an error, ERR_UNSPECIFIED_ERRORWhat are the circumstances that cause this ?Regards,Andrew
Posted on February 22, 2017 at 09:50Is it possible to use CubeMX to generate a project using FreRTOS raw, without CMSIS ?#freertos
Posted on November 24, 2016 at 11:58I am working on a project with the followingNUCLEO-F401RE boardAC6 IDEA freeRTOS project with, currently, 2 tasks.I want to add a C++ class, with C wrappers into the project.I can add the files, with .cpp extensio...
Posted on September 11, 2016 at 16:41I am experimenting with FreeRTOS and the HAL layer using an STM32F4 DISCO board.I have two threads.  One reads from the serial port and send the byte read, in a message to a second task.The second task, blocking ...