• rearranging the bits of a sfr byte
    I have a board that I think is incorectly wired to a keypad and I want to change the way I send data to that port. I am trying to do somthing like this: struct keypad_pins1 { sbit row1 = P2^7; ...
  • rearranging the bits of a sfr byte
    I have a board that I think is incorectly wired to a keypad and I want to change the way I send data to that port. I am trying to do somthing like this: struct keypad_pins1 { sbit row1 = P2^7; ...
  • Error C4065E after rearranging Include path using GUI
    I built a project using STMCubeMX from ST, and it built. I added a few source files, added a couple of include paths, both using the GUI. It still tried to build, but the include paths were not correct...
  • Error C4065E after rearranging Include path using GUI
    I built a project using STMCubeMX from ST, and it built. I added a few source files, added a couple of include paths, both using the GUI. It still tried to build, but the include paths were not correct...
  • [CORTEXM4] Tarmac.log in Palladium simulation
    Hi, I am running the ASIC emulation on the Palladium machine. Right now we are using the ARM RTL (instead of ARM PLI) and in such case there is no tarmac.log. Is there an option to run with ARM...