Karel

Results 9 issues of Karel

Hi, I wanted to add some new messages to Vanetza. I succeeded with SREM and SSEM messages (see https://github.com/riebl/vanetza/pull/161), but I cannot do IVIM messages. When to trying to compile...

I've added SREM and SSEM messages. I think I have it correct, only thing I am not sure with are the files EXTERNAL.c and EXTERNAL.h, my asn1c compiler keeps generating...

This adds Autotalks link layer to the socktap example, working on both Craton and Secton devices. Links with Autotalks libraries. Also adds possibility to build for Craton (cross-compilation for ARM...

Hello, I have a question: is there some simple way to compile features introduced in Socktap as shared library? I am asking as I am using the switch ``BUILD_SHARED_LIBS`` in...

enhancement

**Describe the set-up** Custom board with STM32H735V. **Describe the bug** Function `EE_VerifyPageFullyErased()` is broken. It always checks `Address` value against `PAGE0_END_ADDRESS` when in reality it should be dependent on the...

bug
internal bug tracker
projects

**Describe the set-up** * Issue exhibited on our custom board with STM32H735 MCU * IDE version: STM32CubeIDE v1.10.0 IDE **Describe the bug** There was a buggy implementation of `SCB_DisableDCache()` function...

bug
st community
cmsis

I think there is a potential bug in the HTTP IAP example. In the web server, there this code:https://github.com/STMicroelectronics/STM32CubeF7/blob/f8bda023e34ce9935cb4efb9d1c299860137b6f3/Projects/STM32756G_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L232-L269 and https://github.com/STMicroelectronics/STM32CubeF7/blob/f8bda023e34ce9935cb4efb9d1c299860137b6f3/Projects/STM32F769I_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L232-L269 which is used for handling GET request. POST requests...

mw
projects
needs clarification

There is a potential bug in the HTTP IAP example. In the web server, there this this if clause: https://github.com/STMicroelectronics/STM32CubeF4/blob/52757b5e33259a088509a777a9e3a5b971194c7d/Projects/STM324xG_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L231-L246 and https://github.com/STMicroelectronics/STM32CubeF4/blob/52757b5e33259a088509a777a9e3a5b971194c7d/Projects/STM324x9I_EVAL/Applications/LwIP/LwIP_IAP/Src/httpserver.c#L231-L246 which handles GET request. POST request and subsequent...

duplicate
mw
projects
needs clarification

As @riebl said [here](https://github.com/riebl/vanetza/issues/172#issuecomment-1292272988), it would be great to have Windows/MSVC as another target included in the GitHub actions executed for every commit. I am now not able to do...