cancel
Showing results for 
Search instead for 
Did you mean: 

[BLE] CubeMX remove function in "custom_app.c"

DecaMeron
Associate

Hi,

I found an issue when generating code for a BLE application with STM32CubeMX v6.17.0.

In particular, I have a service called DataTransferService with three characteristics:

  • DataStream
  • CommandControl
  • TransferStatus

The DataStream characteristic is configured as a notification with a fixed value length of 100 bytes.

When I try to increase its length up to 250 bytes and regenerate the code, the following functions in custom_app.c are removed:

  • Custom_Datastream_Update_Char()
  • Custom_Datastream_Send_Notification()

I have attached the .ioc file for reference.

1 ACCEPTED SOLUTION

Accepted Solutions
Ghofrane GSOURI
ST Employee

Hello @DecaMeron 

Thank you for bringing this issue to our attention.

Issue has been escalated to dev team under internal ticket ID #0061145

I will keep you posted with updates.

THX

Ghofrane

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
Ghofrane GSOURI
ST Employee

Hello @DecaMeron 

I'm currently checking this behavior. I will get back to you ASAP.

THX

Ghofrane

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Ghofrane GSOURI
ST Employee

Hello @DecaMeron 

Thank you for bringing this issue to our attention.

Issue has been escalated to dev team under internal ticket ID #0061145

I will keep you posted with updates.

THX

Ghofrane

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.