andyinno

Results 20 comments of andyinno

Hi! sorry for the late reply. I added a project that reproduce the issue and it is visible here: https://github.com/andyinno/oclind_demo_multiple_run Things to note: - I was unable to reproduce it...

Hi! Thank you for looking into this. What I mean anyhow is that: Also if it is failing, it does not produce any output / report. Therefore you need to...

Hi! thank you for your fast reply. The DBC file, I'm writing it by myself. Here's the data that I am trying to decode and to add to the DBC...

Hi again... Well... Canbus frames are not mine. I'm just trying to decode them. While decoding them, I am adding them to a dbc file for easy access. Il mar...

Thank you for the links. Actually, please ignore my comment about the iso-tp frames. Messages that starts with 0x33 in byte0, has byte1 as mux. What I want to do...

> I don't think this question is directly related to this repository... First of all, thank you for the reply. Well... I think it is because examples shows how to...

@Hish15 : If I am not wrong, this is what you are suggesting. https://github.com/andyinno/stm32-cmake/tree/blinky_lib here I created an example lib, blinky_lib. Trying to compile it, only for F4 devices... output...

First of all, thank you both for your tests. I made a test right now with `$ cmake --version` `cmake version 3.19.2` The output is the same as before. It...

Sorry, I hit the comment button before adding other context. I had a previously used application that was not updated with the latest code in more or less 6 months,...

Hello Again, thank you to you both for your fast reply. As @atsju pointed out it was correct to test the samples. At the moment I applied my modification to...