Search found 3 matches

by gemelko
Sun Jul 09, 2023 12:29 am
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: MKEVAL-STBOX1V1 (sensortile box) enter DFU through STM32duino?
Replies: 1
Views: 9542

Re: MKEVAL-STBOX1V1 (sensortile box) enter DFU through STM32duino?

So I did a lot of digging around, found AN2606, and tried adding this to my code before the JumpToDFU:

__enable_irq();
HAL_Init();
__HAL_RCC_PWR_CLK_ENABLE();

HAL_FLASH_Unlock(); // Unlock the Flash memory for writing
HAL_FLASH_OB_Unlock(); // Unlock the Option Bytes

FLASH ...
by gemelko
Fri Jul 07, 2023 7:20 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: MKEVAL-STBOX1V1 (sensortile box) enter DFU through STM32duino?
Replies: 1
Views: 9542

MKEVAL-STBOX1V1 (sensortile box) enter DFU through STM32duino?

I am working on a project that I'd like to be able to force into DFU mode through software. I know this can be done, because in the core product, ST Micro has a "Debug console" and if you type "DFU" into that console, the board enters DFU mode.

But I'm not having so much luck. I've tried the ...
by gemelko
Tue Jun 27, 2023 4:59 pm
Forum: STM boards (Discovery, Eval, Nucleo, ...)
Topic: STM32duinoBLE on STEVAL-MKSBOX1V1
Replies: 1
Views: 9582

STM32duinoBLE on STEVAL-MKSBOX1V1

Help, I'm completely stuck! I can't seem to get the STM32duinoBLE library to be useful on the sensortile box: it works but seems to only set up a basic BLE device with generic interface that can't be used to move data from or to the device, and adding services seems to be non-functional.

So to make ...

Go to advanced search