Manuel Iglesias Abbatemarco

Results 17 issues of Manuel Iglesias Abbatemarco

- [x] Stlink/v2-onboard - [x] Linux - [x] `st-util` - [x] STM32F769 Discovery I was wondering if it's possible to have SWO output from target. It will be great to...

code/feature-request
os/linux
target/stm32f7
component/st-util
question
programmer/STLINK/V2

Hello, Really nice project, I would like to port to an FPGA board that runs Linux, I am studying the code so far. A few questions I have 1) I...

Hi, I am looking to see if is possible to open a logger saved directly from logging module, is would be a matter of maybe giving it the right format...

Hi, I want to know if it's possible to know when the uart has transmitted the data out of the interface. My experience is that uart write method buffers the...

I am getting an error while running add kmenu using yarn ``` yarn add v1.22.19 [1/5] Validating package.json... [2/5] Resolving packages... warning Lockfile has incorrect entry for "microbundle-crl@^0.15.1". Ignoring it....

bug

Hi all, I have a table that I have setup for click event, it has an id column and a status column among others. I am responding to a click...

question

Hi, Just wondering if this slave can respond to different addresses? Also, have you tried this on any hardware? Thanks,

Hi, I cannot make it work under STM32F769, perhaps the unlocking sequence. ``` void DWT_Init(void) { if (!(CoreDebug->DEMCR & CoreDebug_DEMCR_TRCENA_Msk)) { CoreDebug->DEMCR |= CoreDebug_DEMCR_TRCENA_Msk; DWT->LAR = 0xC5ACCE55; DWT->CYCCNT = 0;...

I am getting a mismatch in cmake and protobuf as my best understanding on my ubuntu x86 platformwhen building using the following command `INFRA_IF_NAME=enp2s0 RELEASE=1 REFERENCE_DEVICE=1 BACKBONE_ROUTER=1 NETWORK_MANAGER=0 DHCPV6_PD=0 WEB_GUI=1...

Hi, Have you plans to update this library? I think the new Arduino need that you change the send and receive methods for write and read. Also I would suggest...